#0B7C18

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

Shades of Green #0B7C18

Tints of Green #0B7C18

Color information

#0B7C18 (or 0x0B7C18) is unknown color: approx Green. HEX triplet: 0B, 7C and 18. RGB value is (11,124,24). Sum of RGB (Red+Green+Blue) = 11+124+24=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 124 (48.83% from 255 or 77.99% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7C18 is #F483E7. Grayscale: #4F4F4F. Windows color (decimal): -16024552 or 1604619. OLE color: 1604619.

HSL color Cylindrical-coordinate representation of color #0B7C18: hue angle of 126.9º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C18 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB1112424-
CMYK0.9100.810.51
HSL126.9º83.7%26.47%-
HSV(B)126.9º91.13%48.63%-
XYZ7.5114.553.28-
YUV78.8197.0679.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 124 (48.83% from 255) = 77.99%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=6.92%
G=77.99%
B=15.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11124240.9100.810.51126.983.726.47
HexB7C185B051337f541a
Octal131743013301216317712432
Binary10111111100110001011011010100011100111111111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,124,24); }

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

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

 a { background-color: rgb(11,124,24); }

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

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

 span { border-color: rgb(11,124,24); }

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