Html Css Color HEX #0B880E Green

📋 copy color: '#0B880E'

red 11 ◦ green 136 ◦ blue 14

#0B880E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0B880E

Tints of Green #0B880E

RGB

 RED value IS 11 (4.69% from 255) = 6.83%

 GREEN value IS 136 (53.52% from 255) = 84.47%

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 6.83%
G = 84.47%
B = 8.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#0B880E (or 0x0B880E) is known color: Green. HEX triplet: 0B, 88 and 0E. RGB value is (11,136,14). Sum of RGB (Red+Green+Blue) = 11+136+14=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 136 (53.52% from 255 or 84.47% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 136 - color contains mainly: green. Hex color #0B880E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B880E is #F477F1. Grayscale: #555555. Windows color (decimal): -16021490 or 952331. OLE color: 952331.

HSL color Cylindrical-coordinate representation of color #0B880E: hue angle of 121.44º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B880E is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 136 14 -
CMYK 0.92 0 0.90 0.47
HSL 121.44º 0.85% 0.29% -
HSV(B) 121.44º 0.92% 0.53% -
XYZ 9.02 17.71 3.36 -
YUV 84.72 88.09 75.42 -
System Red Green Blue C M Y K H S L
Decimal 11 136 14 0.92 0 0.90 0.47 121.44 0.85 0.29
Hex B 88 E 5C 0 5A 2F 79 55 1D
Octal 13 210 16 134 0 132 57 171 125 35
Binary 1011 10001000 1110 1011100 0 1011010 101111 1111001 1010101 11101

Color Harmonies of #0B880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B880E

Black with #0B880E

Text Example


Text Example

White with #0B880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,14); }

 H1.HeaderClassName
 {
   color: #0B880E;
 }
 .AnyTagClassName
 {
   color: #0B880E;
 }
</style>

background-color css

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

 a { background-color: rgb(11,136,14); }

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

border-color css

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

 span { border-color: rgb(11,136,14); }

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