Html Css Color HEX #68985F Hippie Green

📋 copy color: '#68985F'

red 104 ◦ green 152 ◦ blue 95

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

Shades of Hippie Green #68985F

Tints of Hippie Green #68985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

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

R = 29.63%
G = 43.3%
B = 27.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#68985F (or 0x68985F) is known color: Hippie Green. HEX triplet: 68, 98 and 5F. RGB value is (104,152,95). Sum of RGB (Red+Green+Blue) = 104+152+95=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #68985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68985F is #9767A0. Grayscale: #838383. Windows color (decimal): -9922465 or 6264936. OLE color: 6264936.

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

Color convert

RGB 104 152 95 -
CMYK 0.32 0 0.38 0.40
HSL 110.53º 0.23% 0.48% -
HSV(B) 110.53º 0.38% 0.6% -
XYZ 19 26.23 14.89 -
YUV 131.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 104 152 95 0.32 0 0.38 0.40 110.53 0.23 0.48
Hex 68 98 5F 20 0 26 28 6F 17 30
Octal 150 230 137 40 0 46 50 157 27 60
Binary 1101000 10011000 1011111 100000 0 100110 101000 1101111 10111 110000

Color Harmonies of #68985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68985F

Black with #68985F

Text Example


Text Example

White with #68985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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