Html Css Color HEX #68995A Hippie Green

📋 copy color: '#68995A'

red 104 ◦ green 153 ◦ blue 90

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

Shades of Hippie Green #68995A

Tints of Hippie Green #68995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 29.97%
G = 44.09%
B = 25.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#68995A (or 0x68995A) is known color: Hippie Green. HEX triplet: 68, 99 and 5A. RGB value is (104,153,90). Sum of RGB (Red+Green+Blue) = 104+153+90=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #68995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68995A is #9766A5. Grayscale: #838383. Windows color (decimal): -9922214 or 5937512. OLE color: 5937512.

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

Color convert

RGB 104 153 90 -
CMYK 0.32 0 0.41 0.4
HSL 106.67º 0.26% 0.48% -
HSV(B) 106.67º 0.41% 0.6% -
XYZ 18.95 26.46 13.78 -
YUV 131.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 104 153 90 0.32 0 0.41 0.4 106.67 0.26 0.48
Hex 68 99 5A 20 0 29 28 6B 1A 30
Octal 150 231 132 40 0 51 50 153 32 60
Binary 1101000 10011001 1011010 100000 0 101001 101000 1101011 11010 110000

Color Harmonies of #68995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68995A

Black with #68995A

Text Example


Text Example

White with #68995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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