Html Css Color HEX #668A5A Hippie Green

📋 copy color: '#668A5A'

red 102 ◦ green 138 ◦ blue 90

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

Shades of Hippie Green #668A5A

Tints of Hippie Green #668A5A

RGB

 RED value IS 102 (40.23% from 255) = 30.91%

 GREEN value IS 138 (54.3% from 255) = 41.82%

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 30.91%
G = 41.82%
B = 27.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#668A5A (or 0x668A5A) is known color: Hippie Green. HEX triplet: 66, 8A and 5A. RGB value is (102,138,90). Sum of RGB (Red+Green+Blue) = 102+138+90=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #668A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A5A is #9975A5. Grayscale: #797979. Windows color (decimal): -10057126 or 5933670. OLE color: 5933670.

HSL color Cylindrical-coordinate representation of color #668A5A: hue angle of 105º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668A5A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 90 -
CMYK 0.26 0 0.35 0.46
HSL 105º 0.21% 0.45% -
HSV(B) 105º 0.35% 0.54% -
XYZ 16.41 21.74 13 -
YUV 121.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 102 138 90 0.26 0 0.35 0.46 105 0.21 0.45
Hex 66 8A 5A 1A 0 23 2E 69 15 2D
Octal 146 212 132 32 0 43 56 151 25 55
Binary 1100110 10001010 1011010 11010 0 100011 101110 1101001 10101 101101

Color Harmonies of #668A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A5A

Black with #668A5A

Text Example


Text Example

White with #668A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668A5A; }

 p { color: rgb(102,138,90); }

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

background-color css

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

 a { background-color: rgb(102,138,90); }

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

border-color css

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

 span { border-color: rgb(102,138,90); }

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