Html Css Color HEX #668A62 Hippie Green

📋 copy color: '#668A62'

red 102 ◦ green 138 ◦ blue 98

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

Shades of Hippie Green #668A62

Tints of Hippie Green #668A62

RGB

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

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

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

R = 30.18%
G = 40.83%
B = 28.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#668A62 (or 0x668A62) is known color: Hippie Green. HEX triplet: 66, 8A and 62. RGB value is (102,138,98). Sum of RGB (Red+Green+Blue) = 102+138+98=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #668A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A62 is #99759D. Grayscale: #7A7A7A. Windows color (decimal): -10057118 or 6457958. OLE color: 6457958.

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

Color convert

RGB 102 138 98 -
CMYK 0.26 0 0.29 0.46
HSL 114º 0.17% 0.46% -
HSV(B) 114º 0.29% 0.54% -
XYZ 16.77 21.88 14.9 -
YUV 122.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 102 138 98 0.26 0 0.29 0.46 114 0.17 0.46
Hex 66 8A 62 1A 0 1D 2E 72 11 2E
Octal 146 212 142 32 0 35 56 162 21 56
Binary 1100110 10001010 1100010 11010 0 11101 101110 1110010 10001 101110

Color Harmonies of #668A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A62

Black with #668A62

Text Example


Text Example

White with #668A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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