Html Css Color HEX #68975D Hippie Green

📋 copy color: '#68975D'

red 104 ◦ green 151 ◦ blue 93

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

Shades of Hippie Green #68975D

Tints of Hippie Green #68975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 29.89%
G = 43.39%
B = 26.72%

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

#68975D (or 0x68975D) is known color: Hippie Green. HEX triplet: 68, 97 and 5D. RGB value is (104,151,93). Sum of RGB (Red+Green+Blue) = 104+151+93=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #68975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68975D is #9768A2. Grayscale: #828282. Windows color (decimal): -9922723 or 6133608. OLE color: 6133608.

HSL color Cylindrical-coordinate representation of color #68975D: hue angle of 108.62º degrees, saturation: 0.24, 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 #68975D is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 93 -
CMYK 0.31 0 0.38 0.41
HSL 108.62º 0.24% 0.48% -
HSV(B) 108.62º 0.38% 0.59% -
XYZ 18.75 25.87 14.36 -
YUV 130.34 106.93 109.22 -
System Red Green Blue C M Y K H S L
Decimal 104 151 93 0.31 0 0.38 0.41 108.62 0.24 0.48
Hex 68 97 5D 1F 0 26 29 6D 18 30
Octal 150 227 135 37 0 46 51 155 30 60
Binary 1101000 10010111 1011101 11111 0 100110 101001 1101101 11000 110000

Color Harmonies of #68975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68975D

Black with #68975D

Text Example


Text Example

White with #68975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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