#0B6710

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

Shades of Green #0B6710

Tints of Green #0B6710

Color information

#0B6710 (or 0x0B6710) is unknown color: approx Green. HEX triplet: 0B, 67 and 10. RGB value is (11,103,16). Sum of RGB (Red+Green+Blue) = 11+103+16=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #0B6710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6710 is #F498EF. Grayscale: #414141. Windows color (decimal): -16029936 or 1074955. OLE color: 1074955.

HSL color Cylindrical-coordinate representation of color #0B6710: hue angle of 123.26º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6710 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1110316-
CMYK0.8900.840.60
HSL123.26º80.7%22.35%-
HSV(B)123.26º89.32%40.39%-
XYZ5.089.812.12-
YUV65.57100.0289.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 103 (40.62% from 255) = 79.23%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=8.46%
G=79.23%
B=12.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11103160.8900.840.60123.2680.722.35
HexB6710590543C7b5116
Octal131472013101247417312126
Binary10111100111100001011001010101001111001111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,103,16); }

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

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

 a { background-color: rgb(11,103,16); }

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

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

 span { border-color: rgb(11,103,16); }

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