Html Css Color HEX #066201 Green

📋 copy color: '#066201'

red 6 ◦ green 98 ◦ blue 1

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

Shades of Green #066201

Tints of Green #066201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 93.33%

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 5.71%
G = 93.33%
B = 0.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#066201 (or 0x066201) is known color: Green. HEX triplet: 06, 62 and 01. RGB value is (6,98,1). Sum of RGB (Red+Green+Blue) = 6+98+1=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 98 (38.67% from 255 or 93.33% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 98 - color contains mainly: green. Hex color #066201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066201 is #F99DFE. Grayscale: #3B3B3B. Windows color (decimal): -16358911 or 90630. OLE color: 90630.

HSL color Cylindrical-coordinate representation of color #066201: hue angle of 116.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #066201 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 98 1 -
CMYK 0.94 0 0.99 0.62
HSL 116.91º 0.98% 0.19% -
HSV(B) 116.91º 0.99% 0.38% -
XYZ 4.45 8.78 1.49 -
YUV 59.43 95.02 89.89 -
System Red Green Blue C M Y K H S L
Decimal 6 98 1 0.94 0 0.99 0.62 116.91 0.98 0.19
Hex 6 62 1 5E 0 63 3E 75 62 13
Octal 6 142 1 136 0 143 76 165 142 23
Binary 110 1100010 1 1011110 0 1100011 111110 1110101 1100010 10011

Color Harmonies of #066201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066201

Black with #066201

Text Example


Text Example

White with #066201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066201; }

 p { color: rgb(6,98,1); }

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

background-color css

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

 a { background-color: rgb(6,98,1); }

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

border-color css

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

 span { border-color: rgb(6,98,1); }

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