Html Css Color HEX #06620A Green

📋 copy color: '#06620A'

red 6 ◦ green 98 ◦ blue 10

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

Shades of Green #06620A

Tints of Green #06620A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 5.26%
G = 85.96%
B = 8.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#06620A (or 0x06620A) is known color: Green. HEX triplet: 06, 62 and 0A. RGB value is (6,98,10). Sum of RGB (Red+Green+Blue) = 6+98+10=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 98 (38.67% from 255 or 85.96% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 98 - color contains mainly: green. Hex color #06620A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06620A is #F99DF5. Grayscale: #3C3C3C. Windows color (decimal): -16358902 or 680454. OLE color: 680454.

HSL color Cylindrical-coordinate representation of color #06620A: hue angle of 122.61º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06620A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 98 10 -
CMYK 0.94 0 0.90 0.62
HSL 122.61º 0.88% 0.2% -
HSV(B) 122.61º 0.94% 0.38% -
XYZ 4.5 8.8 1.75 -
YUV 60.46 99.52 89.16 -
System Red Green Blue C M Y K H S L
Decimal 6 98 10 0.94 0 0.90 0.62 122.61 0.88 0.2
Hex 6 62 A 5E 0 5A 3E 7B 58 14
Octal 6 142 12 136 0 132 76 173 130 24
Binary 110 1100010 1010 1011110 0 1011010 111110 1111011 1011000 10100

Color Harmonies of #06620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06620A

Black with #06620A

Text Example


Text Example

White with #06620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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