Html Css Color HEX #0B6602 Green

📋 copy color: '#0B6602'

red 11 ◦ green 102 ◦ blue 2

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

Shades of Green #0B6602

Tints of Green #0B6602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 9.57%
G = 88.7%
B = 1.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#0B6602 (or 0x0B6602) is known color: Green. HEX triplet: 0B, 66 and 02. RGB value is (11,102,2). Sum of RGB (Red+Green+Blue) = 11+102+2=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 102 (40.23% from 255 or 88.70% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6602 is #F499FD. Grayscale: #3F3F3F. Windows color (decimal): -16030206 or 157195. OLE color: 157195.

HSL color Cylindrical-coordinate representation of color #0B6602: hue angle of 114.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B6602 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 11 102 2 -
CMYK 0.89 0 0.98 0.6
HSL 114.6º 0.96% 0.2% -
HSV(B) 114.6º 0.98% 0.4% -
XYZ 4.9 9.58 1.65 -
YUV 63.39 93.35 90.63 -
System Red Green Blue C M Y K H S L
Decimal 11 102 2 0.89 0 0.98 0.6 114.6 0.96 0.2
Hex B 66 2 59 0 62 3C 73 60 14
Octal 13 146 2 131 0 142 74 163 140 24
Binary 1011 1100110 10 1011001 0 1100010 111100 1110011 1100000 10100

Color Harmonies of #0B6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6602

Black with #0B6602

Text Example


Text Example

White with #0B6602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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