Html Css Color HEX #6AA062 Hippie Green

📋 copy color: '#6AA062'

red 106 ◦ green 160 ◦ blue 98

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

Shades of Hippie Green #6AA062

Tints of Hippie Green #6AA062

RGB

 RED value IS 106 (41.8% from 255) = 29.12%

 GREEN value IS 160 (62.89% from 255) = 43.96%

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 29.12%
G = 43.96%
B = 26.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#6AA062 (or 0x6AA062) is known color: Hippie Green. HEX triplet: 6A, A0 and 62. RGB value is (106,160,98). Sum of RGB (Red+Green+Blue) = 106+160+98=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA062 is #955F9D. Grayscale: #888888. Windows color (decimal): -9789342 or 6463594. OLE color: 6463594.

HSL color Cylindrical-coordinate representation of color #6AA062: hue angle of 112.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AA062 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 160 98 -
CMYK 0.34 0 0.39 0.37
HSL 112.26º 0.25% 0.51% -
HSV(B) 112.26º 0.39% 0.63% -
XYZ 20.72 29.09 16.08 -
YUV 136.79 106.11 106.04 -
System Red Green Blue C M Y K H S L
Decimal 106 160 98 0.34 0 0.39 0.37 112.26 0.25 0.51
Hex 6A A0 62 22 0 27 25 70 19 33
Octal 152 240 142 42 0 47 45 160 31 63
Binary 1101010 10100000 1100010 100010 0 100111 100101 1110000 11001 110011

Color Harmonies of #6AA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA062

Black with #6AA062

Text Example


Text Example

White with #6AA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AA062; }

 p { color: rgb(106,160,98); }

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

background-color css

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

 a { background-color: rgb(106,160,98); }

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

border-color css

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

 span { border-color: rgb(106,160,98); }

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