Html Css Color HEX #669850 Hippie Green

📋 copy color: '#669850'

red 102 ◦ green 152 ◦ blue 80

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

Shades of Hippie Green #669850

Tints of Hippie Green #669850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 30.54%
G = 45.51%
B = 23.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#669850 (or 0x669850) is known color: Hippie Green. HEX triplet: 66, 98 and 50. RGB value is (102,152,80). Sum of RGB (Red+Green+Blue) = 102+152+80=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #669850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669850 is #9967AF. Grayscale: #818181. Windows color (decimal): -10053552 or 5281894. OLE color: 5281894.

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

Color convert

RGB 102 152 80 -
CMYK 0.33 0 0.47 0.40
HSL 101.67º 0.31% 0.45% -
HSV(B) 101.67º 0.47% 0.6% -
XYZ 18.16 25.86 11.62 -
YUV 128.84 100.44 108.85 -
System Red Green Blue C M Y K H S L
Decimal 102 152 80 0.33 0 0.47 0.40 101.67 0.31 0.45
Hex 66 98 50 21 0 2F 28 66 1F 2D
Octal 146 230 120 41 0 57 50 146 37 55
Binary 1100110 10011000 1010000 100001 0 101111 101000 1100110 11111 101101

Color Harmonies of #669850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669850

Black with #669850

Text Example


Text Example

White with #669850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669850; }

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

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

background-color css

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

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

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

border-color css

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

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

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