Html Css Color HEX #68A064 Hippie Green

📋 copy color: '#68A064'

red 104 ◦ green 160 ◦ blue 100

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

Shades of Hippie Green #68A064

Tints of Hippie Green #68A064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 28.57%
G = 43.96%
B = 27.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#68A064 (or 0x68A064) is known color: Hippie Green. HEX triplet: 68, A0 and 64. RGB value is (104,160,100). Sum of RGB (Red+Green+Blue) = 104+160+100=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #68A064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A064 is #975F9B. Grayscale: #888888. Windows color (decimal): -9920412 or 6594664. OLE color: 6594664.

HSL color Cylindrical-coordinate representation of color #68A064: hue angle of 116º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A064 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 100 -
CMYK 0.35 0 0.38 0.37
HSL 116º 0.24% 0.51% -
HSV(B) 116º 0.38% 0.63% -
XYZ 20.58 29 16.57 -
YUV 136.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 104 160 100 0.35 0 0.38 0.37 116 0.24 0.51
Hex 68 A0 64 23 0 26 25 74 18 33
Octal 150 240 144 43 0 46 45 164 30 63
Binary 1101000 10100000 1100100 100011 0 100110 100101 1110100 11000 110011

Color Harmonies of #68A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A064

Black with #68A064

Text Example


Text Example

White with #68A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A064; }

 p { color: rgb(104,160,100); }

 H1.HeaderClassName
 {
   color: #68A064;
 }
 .AnyTagClassName
 {
   color: #68A064;
 }
</style>

background-color css

<style>
 a { background-color: #68A064; }

 a { background-color: rgb(104,160,100); }

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

border-color css

<style>
 span { border-color: #68A064; }

 span { border-color: rgb(104,160,100); }

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