Html Css Color HEX #669852 Hippie Green

📋 copy color: '#669852'

red 102 ◦ green 152 ◦ blue 82

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

Shades of Hippie Green #669852

Tints of Hippie Green #669852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 30.36%
G = 45.24%
B = 24.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#669852 (or 0x669852) is known color: Hippie Green. HEX triplet: 66, 98 and 52. RGB value is (102,152,82). Sum of RGB (Red+Green+Blue) = 102+152+82=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #669852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669852 is #9967AD. Grayscale: #818181. Windows color (decimal): -10053550 or 5412966. OLE color: 5412966.

HSL color Cylindrical-coordinate representation of color #669852: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #669852 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 82 -
CMYK 0.33 0 0.46 0.40
HSL 102.86º 0.3% 0.46% -
HSV(B) 102.86º 0.46% 0.6% -
XYZ 18.23 25.89 12.02 -
YUV 129.07 101.44 108.69 -
System Red Green Blue C M Y K H S L
Decimal 102 152 82 0.33 0 0.46 0.40 102.86 0.3 0.46
Hex 66 98 52 21 0 2E 28 67 1E 2E
Octal 146 230 122 41 0 56 50 147 36 56
Binary 1100110 10011000 1010010 100001 0 101110 101000 1100111 11110 101110

Color Harmonies of #669852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669852

Black with #669852

Text Example


Text Example

White with #669852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669852; }

 p { color: rgb(102,152,82); }

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

background-color css

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

 a { background-color: rgb(102,152,82); }

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

border-color css

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

 span { border-color: rgb(102,152,82); }

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