#0B7B17

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

Shades of Green #0B7B17

Tints of Green #0B7B17

Color information

#0B7B17 (or 0x0B7B17) is unknown color: approx Green. HEX triplet: 0B, 7B and 17. RGB value is (11,123,23). Sum of RGB (Red+Green+Blue) = 11+123+23=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 123 (48.44% from 255 or 78.34% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7B17 is #F484E8. Grayscale: #4E4E4E. Windows color (decimal): -16024809 or 1538827. OLE color: 1538827.

HSL color Cylindrical-coordinate representation of color #0B7B17: hue angle of 126.43º degrees, saturation: 0.84, 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 #0B7B17 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB1112323-
CMYK0.9100.810.52
HSL126.43º83.58%26.27%-
HSV(B)126.43º91.06%48.24%-
XYZ7.3814.33.18-
YUV78.1196.8980.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.01%
GREEN value IS 123 (48.44% from 255) = 78.34%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=7.01%
G=78.34%
B=14.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11123230.9100.810.52126.4383.5826.27
HexB7B175B051347e541a
Octal131732713301216417612432
Binary10111111011101111011011010100011101001111110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,23); }

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

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

 a { background-color: rgb(11,123,23); }

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

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

 span { border-color: rgb(11,123,23); }

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