Html Css Color HEX #066402 Green

📋 copy color: '#066402'

red 6 ◦ green 100 ◦ blue 2

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

Shades of Green #066402

Tints of Green #066402

RGB

 RED value IS 6 (2.73% from 255) = 5.56%

 GREEN value IS 100 (39.45% from 255) = 92.59%

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

R = 5.56%
G = 92.59%
B = 1.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#066402 (or 0x066402) is known color: Green. HEX triplet: 06, 64 and 02. RGB value is (6,100,2). Sum of RGB (Red+Green+Blue) = 6+100+2=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 100 (39.45% from 255 or 92.59% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 100 - color contains mainly: green. Hex color #066402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066402 is #F99BFD. Grayscale: #3D3D3D. Windows color (decimal): -16358398 or 156678. OLE color: 156678.

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

Color convert

RGB 6 100 2 -
CMYK 0.94 0 0.98 0.61
HSL 117.55º 0.96% 0.2% -
HSV(B) 117.55º 0.98% 0.39% -
XYZ 4.64 9.16 1.58 -
YUV 60.72 94.86 88.97 -
System Red Green Blue C M Y K H S L
Decimal 6 100 2 0.94 0 0.98 0.61 117.55 0.96 0.2
Hex 6 64 2 5E 0 62 3D 76 60 14
Octal 6 144 2 136 0 142 75 166 140 24
Binary 110 1100100 10 1011110 0 1100010 111101 1110110 1100000 10100

Color Harmonies of #066402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066402

Black with #066402

Text Example


Text Example

White with #066402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066402; }

 p { color: rgb(6,100,2); }

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

background-color css

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

 a { background-color: rgb(6,100,2); }

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

border-color css

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

 span { border-color: rgb(6,100,2); }

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