Html Css Color HEX #68965D Hippie Green

📋 copy color: '#68965D'

red 104 ◦ green 150 ◦ blue 93

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

Shades of Hippie Green #68965D

Tints of Hippie Green #68965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 29.97%
G = 43.23%
B = 26.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#68965D (or 0x68965D) is known color: Hippie Green. HEX triplet: 68, 96 and 5D. RGB value is (104,150,93). Sum of RGB (Red+Green+Blue) = 104+150+93=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #68965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68965D is #9769A2. Grayscale: #818181. Windows color (decimal): -9922979 or 6133352. OLE color: 6133352.

HSL color Cylindrical-coordinate representation of color #68965D: hue angle of 108.42º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68965D is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 93 -
CMYK 0.31 0 0.38 0.41
HSL 108.42º 0.23% 0.48% -
HSV(B) 108.42º 0.38% 0.59% -
XYZ 18.59 25.55 14.31 -
YUV 129.75 107.26 109.63 -
System Red Green Blue C M Y K H S L
Decimal 104 150 93 0.31 0 0.38 0.41 108.42 0.23 0.48
Hex 68 96 5D 1F 0 26 29 6C 17 30
Octal 150 226 135 37 0 46 51 154 27 60
Binary 1101000 10010110 1011101 11111 0 100110 101001 1101100 10111 110000

Color Harmonies of #68965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68965D

Black with #68965D

Text Example


Text Example

White with #68965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68965D; }

 p { color: rgb(104,150,93); }

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

background-color css

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

 a { background-color: rgb(104,150,93); }

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

border-color css

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

 span { border-color: rgb(104,150,93); }

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