Html Css Color HEX #68995F Hippie Green

📋 copy color: '#68995F'

red 104 ◦ green 153 ◦ blue 95

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

Shades of Hippie Green #68995F

Tints of Hippie Green #68995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 29.55%
G = 43.47%
B = 26.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#68995F (or 0x68995F) is known color: Hippie Green. HEX triplet: 68, 99 and 5F. RGB value is (104,153,95). Sum of RGB (Red+Green+Blue) = 104+153+95=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #68995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68995F is #9766A0. Grayscale: #838383. Windows color (decimal): -9922209 or 6265192. OLE color: 6265192.

HSL color Cylindrical-coordinate representation of color #68995F: hue angle of 110.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68995F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 95 -
CMYK 0.32 0 0.38 0.4
HSL 110.69º 0.23% 0.49% -
HSV(B) 110.69º 0.38% 0.6% -
XYZ 19.17 26.55 14.94 -
YUV 131.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 104 153 95 0.32 0 0.38 0.4 110.69 0.23 0.49
Hex 68 99 5F 20 0 26 28 6F 17 31
Octal 150 231 137 40 0 46 50 157 27 61
Binary 1101000 10011001 1011111 100000 0 100110 101000 1101111 10111 110001

Color Harmonies of #68995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68995F

Black with #68995F

Text Example


Text Example

White with #68995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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