#0B7A06

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

Shades of Green #0B7A06

Tints of Green #0B7A06

Color information

#0B7A06 (or 0x0B7A06) is unknown color: approx Green. HEX triplet: 0B, 7A and 06. RGB value is (11,122,6). Sum of RGB (Red+Green+Blue) = 11+122+6=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 122 (48.05% from 255 or 87.77% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7A06 is #F485F9. Grayscale: #4B4B4B. Windows color (decimal): -16025082 or 424459. OLE color: 424459.

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

Color convert

RGB111226-
CMYK0.9100.950.52
HSL117.41º90.62%25.1%-
HSV(B)117.41º95.08%47.84%-
XYZ7.13142.5-
YUV75.5988.7381.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 122 (48.05% from 255) = 87.77%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=7.91%
G=87.77%
B=4.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1112260.9100.950.52117.4190.6225.1
HexB7A65B05F34755b19
Octal13172613301376416513331
Binary101111110101101011011010111111101001110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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