Html Css Color HEX #0B660D Green

📋 copy color: '#0B660D'

red 11 ◦ green 102 ◦ blue 13

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

Shades of Green #0B660D

Tints of Green #0B660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 80.95%

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 8.73%
G = 80.95%
B = 10.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#0B660D (or 0x0B660D) is known color: Green. HEX triplet: 0B, 66 and 0D. RGB value is (11,102,13). Sum of RGB (Red+Green+Blue) = 11+102+13=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #0B660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B660D is #F499F2. Grayscale: #404040. Windows color (decimal): -16030195 or 878091. OLE color: 878091.

HSL color Cylindrical-coordinate representation of color #0B660D: hue angle of 121.32º 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 #0B660D is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 11 102 13 -
CMYK 0.89 0 0.87 0.6
HSL 121.32º 0.81% 0.22% -
HSV(B) 121.32º 0.89% 0.4% -
XYZ 4.96 9.6 1.97 -
YUV 64.65 98.85 89.74 -
System Red Green Blue C M Y K H S L
Decimal 11 102 13 0.89 0 0.87 0.6 121.32 0.81 0.22
Hex B 66 D 59 0 57 3C 79 51 16
Octal 13 146 15 131 0 127 74 171 121 26
Binary 1011 1100110 1101 1011001 0 1010111 111100 1111001 1010001 10110

Color Harmonies of #0B660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B660D

Black with #0B660D

Text Example


Text Example

White with #0B660D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,102,13); }

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

background-color css

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

 a { background-color: rgb(11,102,13); }

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

border-color css

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

 span { border-color: rgb(11,102,13); }

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