Html Css Color HEX #6C9464 Hippie Green

📋 copy color: '#6C9464'

red 108 ◦ green 148 ◦ blue 100

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

Shades of Hippie Green #6C9464

Tints of Hippie Green #6C9464

RGB

 RED value IS 108 (42.58% from 255) = 30.34%

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

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 30.34%
G = 41.57%
B = 28.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#6C9464 (or 0x6C9464) is known color: Hippie Green. HEX triplet: 6C, 94 and 64. RGB value is (108,148,100). Sum of RGB (Red+Green+Blue) = 108+148+100=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9464 is #936B9B. Grayscale: #828282. Windows color (decimal): -9661340 or 6591596. OLE color: 6591596.

HSL color Cylindrical-coordinate representation of color #6C9464: hue angle of 110º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9464 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 148 100 -
CMYK 0.27 0 0.32 0.42
HSL 110º 0.19% 0.49% -
HSV(B) 110º 0.32% 0.58% -
XYZ 19.07 25.29 15.93 -
YUV 130.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 108 148 100 0.27 0 0.32 0.42 110 0.19 0.49
Hex 6C 94 64 1B 0 20 2A 6E 13 31
Octal 154 224 144 33 0 40 52 156 23 61
Binary 1101100 10010100 1100100 11011 0 100000 101010 1101110 10011 110001

Color Harmonies of #6C9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9464

Black with #6C9464

Text Example


Text Example

White with #6C9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9464; }

 p { color: rgb(108,148,100); }

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

background-color css

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

 a { background-color: rgb(108,148,100); }

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

border-color css

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

 span { border-color: rgb(108,148,100); }

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