#0C7B09

Color #0C7B09 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C7B09

Tints of Green #0C7B09

Color information

#0C7B09 (or 0x0C7B09) is unknown color: approx Green. HEX triplet: 0C, 7B and 09. RGB value is (12,123,9). Sum of RGB (Red+Green+Blue) = 12+123+9=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 123 (48.44% from 255 or 85.42% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 123 - color contains mainly: green. Hex color #0C7B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7B09 is #F384F6. Grayscale: #4D4D4D. Windows color (decimal): -15959287 or 621324. OLE color: 621324.

HSL color Cylindrical-coordinate representation of color #0C7B09: hue angle of 118.42º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7B09 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB121239-
CMYK0.9000.930.52
HSL118.42º86.36%25.88%-
HSV(B)118.42º92.68%48.24%-
XYZ7.2814.262.63-
YUV76.8189.7381.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 123 (48.44% from 255) = 85.42%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=8.33%
G=85.42%
B=6.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1212390.9000.930.52118.4286.3625.88
HexC7B95A05D3476561a
Octal141731113201356416612632
Binary1100111101110011011010010111011101001110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C7B09; }

 p { color: rgb(12,123,9); }

 H1.HeaderClassName
 {
   color: #0C7B09;
 }
 .AnyTagClassName
 {
   color: #0C7B09;
 }
</style>
background-color css

<style>
 a { background-color: #0C7B09; }

 a { background-color: rgb(12,123,9); }

 div.DivClassName
 {
   background-color: #0C7B09;
 }
 .BgClassName
 {
   background-color: #0C7B09;
 }
</style>
border-color css

<style>
 span { border-color: #0C7B09; }

 span { border-color: rgb(12,123,9); }

 td.TdClassName
 {
   border-color: #0C7B09;
 }
 .TagClassName
 {
   border-color: #0C7B09;
 }
</style>