Html Css Color HEX #68845F Hippie Green

📋 copy color: '#68845F'

red 104 ◦ green 132 ◦ blue 95

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

Shades of Hippie Green #68845F

Tints of Hippie Green #68845F

RGB

 RED value IS 104 (41.02% from 255) = 31.42%

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 31.42%
G = 39.88%
B = 28.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#68845F (or 0x68845F) is known color: Hippie Green. HEX triplet: 68, 84 and 5F. RGB value is (104,132,95). Sum of RGB (Red+Green+Blue) = 104+132+95=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #68845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845F is #977BA0. Grayscale: #777777. Windows color (decimal): -9927585 or 6259816. OLE color: 6259816.

HSL color Cylindrical-coordinate representation of color #68845F: hue angle of 105.41º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68845F is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 95 -
CMYK 0.21 0 0.28 0.48
HSL 105.41º 0.16% 0.45% -
HSV(B) 105.41º 0.28% 0.52% -
XYZ 16.03 20.27 13.89 -
YUV 119.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 104 132 95 0.21 0 0.28 0.48 105.41 0.16 0.45
Hex 68 84 5F 15 0 1C 30 69 10 2D
Octal 150 204 137 25 0 34 60 151 20 55
Binary 1101000 10000100 1011111 10101 0 11100 110000 1101001 10000 101101

Color Harmonies of #68845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68845F

Black with #68845F

Text Example


Text Example

White with #68845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68845F; }

 p { color: rgb(104,132,95); }

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

background-color css

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

 a { background-color: rgb(104,132,95); }

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

border-color css

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

 span { border-color: rgb(104,132,95); }

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