Html Css Color HEX #68865F Hippie Green

📋 copy color: '#68865F'

red 104 ◦ green 134 ◦ blue 95

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

Shades of Hippie Green #68865F

Tints of Hippie Green #68865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 31.23%
G = 40.24%
B = 28.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#68865F (or 0x68865F) is known color: Hippie Green. HEX triplet: 68, 86 and 5F. RGB value is (104,134,95). Sum of RGB (Red+Green+Blue) = 104+134+95=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #68865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865F is #9779A0. Grayscale: #787878. Windows color (decimal): -9927073 or 6260328. OLE color: 6260328.

HSL color Cylindrical-coordinate representation of color #68865F: hue angle of 106.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68865F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 95 -
CMYK 0.22 0 0.29 0.47
HSL 106.15º 0.17% 0.45% -
HSV(B) 106.15º 0.29% 0.53% -
XYZ 16.3 20.82 13.99 -
YUV 120.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 104 134 95 0.22 0 0.29 0.47 106.15 0.17 0.45
Hex 68 86 5F 16 0 1D 2F 6A 11 2D
Octal 150 206 137 26 0 35 57 152 21 55
Binary 1101000 10000110 1011111 10110 0 11101 101111 1101010 10001 101101

Color Harmonies of #68865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68865F

Black with #68865F

Text Example


Text Example

White with #68865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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