#0B7A18

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

Shades of Green #0B7A18

Tints of Green #0B7A18

Color information

#0B7A18 (or 0x0B7A18) is unknown color: approx Green. HEX triplet: 0B, 7A and 18. RGB value is (11,122,24). Sum of RGB (Red+Green+Blue) = 11+122+24=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7A18 is #F485E7. Grayscale: #4D4D4D. Windows color (decimal): -16025064 or 1604107. OLE color: 1604107.

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

Color convert

RGB1112224-
CMYK0.9100.800.52
HSL127.03º83.46%26.08%-
HSV(B)127.03º90.98%47.84%-
XYZ7.2614.063.19-
YUV77.6497.7380.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 122 (48.05% from 255) = 77.71%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=7.01%
G=77.71%
B=15.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11122240.9100.800.52127.0383.4626.08
HexB7A185B050347f531a
Octal131723013301206417712332
Binary10111111010110001011011010100001101001111111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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