Html Css Color HEX #68935F Hippie Green

📋 copy color: '#68935F'

red 104 ◦ green 147 ◦ blue 95

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

Shades of Hippie Green #68935F

Tints of Hippie Green #68935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

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

R = 30.06%
G = 42.49%
B = 27.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#68935F (or 0x68935F) is known color: Hippie Green. HEX triplet: 68, 93 and 5F. RGB value is (104,147,95). Sum of RGB (Red+Green+Blue) = 104+147+95=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #68935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68935F is #976CA0. Grayscale: #808080. Windows color (decimal): -9923745 or 6263656. OLE color: 6263656.

HSL color Cylindrical-coordinate representation of color #68935F: hue angle of 109.62º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68935F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 95 -
CMYK 0.29 0 0.35 0.42
HSL 109.62º 0.21% 0.47% -
HSV(B) 109.62º 0.35% 0.58% -
XYZ 18.21 24.64 14.62 -
YUV 128.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 104 147 95 0.29 0 0.35 0.42 109.62 0.21 0.47
Hex 68 93 5F 1D 0 23 2A 6E 15 2F
Octal 150 223 137 35 0 43 52 156 25 57
Binary 1101000 10010011 1011111 11101 0 100011 101010 1101110 10101 101111

Color Harmonies of #68935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68935F

Black with #68935F

Text Example


Text Example

White with #68935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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