Html Css Color HEX #649850 Hippie Green

📋 copy color: '#649850'

red 100 ◦ green 152 ◦ blue 80

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

Shades of Hippie Green #649850

Tints of Hippie Green #649850

RGB

 RED value IS 100 (39.45% from 255) = 30.12%

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

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

R = 30.12%
G = 45.78%
B = 24.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#649850 (or 0x649850) is known color: Hippie Green. HEX triplet: 64, 98 and 50. RGB value is (100,152,80). Sum of RGB (Red+Green+Blue) = 100+152+80=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #649850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649850 is #9B67AF. Grayscale: #808080. Windows color (decimal): -10184624 or 5281892. OLE color: 5281892.

HSL color Cylindrical-coordinate representation of color #649850: hue angle of 103.33º 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 #649850 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 80 -
CMYK 0.34 0 0.47 0.40
HSL 103.33º 0.31% 0.45% -
HSV(B) 103.33º 0.47% 0.6% -
XYZ 17.93 25.74 11.61 -
YUV 128.24 100.77 107.85 -
System Red Green Blue C M Y K H S L
Decimal 100 152 80 0.34 0 0.47 0.40 103.33 0.31 0.45
Hex 64 98 50 22 0 2F 28 67 1F 2D
Octal 144 230 120 42 0 57 50 147 37 55
Binary 1100100 10011000 1010000 100010 0 101111 101000 1100111 11111 101101

Color Harmonies of #649850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649850

Black with #649850

Text Example


Text Example

White with #649850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649850; }

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

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

background-color css

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

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

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

border-color css

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

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

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