#0B5C07

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

Shades of Green #0B5C07

Tints of Green #0B5C07

Color information

#0B5C07 (or 0x0B5C07) is unknown color: approx Green. HEX triplet: 0B, 5C and 07. RGB value is (11,92,7). Sum of RGB (Red+Green+Blue) = 11+92+7=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #0B5C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5C07 is #F4A3F8. Grayscale: #3A3A3A. Windows color (decimal): -16032761 or 482315. OLE color: 482315.

HSL color Cylindrical-coordinate representation of color #0B5C07: hue angle of 117.18º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5C07 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB11927-
CMYK0.8800.920.64
HSL117.18º85.86%19.41%-
HSV(B)117.18º92.39%36.08%-
XYZ47.741.48-
YUV58.0999.1694.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 92 (36.33% from 255) = 83.64%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=10%
G=83.64%
B=6.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal119270.8800.920.64117.1885.8619.41
HexB5C75805C40755613
Octal131347130013410016512623
Binary1011101110011110110000101110010000001110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,92,7); }

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

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

 a { background-color: rgb(11,92,7); }

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

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

 span { border-color: rgb(11,92,7); }

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