Html Css Color HEX #669462 Hippie Green

📋 copy color: '#669462'

red 102 ◦ green 148 ◦ blue 98

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

Shades of Hippie Green #669462

Tints of Hippie Green #669462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

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

R = 29.31%
G = 42.53%
B = 28.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#669462 (or 0x669462) is known color: Hippie Green. HEX triplet: 66, 94 and 62. RGB value is (102,148,98). Sum of RGB (Red+Green+Blue) = 102+148+98=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #669462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669462 is #996B9D. Grayscale: #808080. Windows color (decimal): -10054558 or 6460518. OLE color: 6460518.

HSL color Cylindrical-coordinate representation of color #669462: hue angle of 115.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669462 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 98 -
CMYK 0.31 0 0.34 0.42
HSL 115.2º 0.2% 0.48% -
HSV(B) 115.2º 0.34% 0.58% -
XYZ 18.27 24.89 15.4 -
YUV 128.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 102 148 98 0.31 0 0.34 0.42 115.2 0.2 0.48
Hex 66 94 62 1F 0 22 2A 73 14 30
Octal 146 224 142 37 0 42 52 163 24 60
Binary 1100110 10010100 1100010 11111 0 100010 101010 1110011 10100 110000

Color Harmonies of #669462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669462

Black with #669462

Text Example


Text Example

White with #669462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669462; }

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

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

background-color css

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

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

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

border-color css

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

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

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