Html Css Color HEX #68865A Glade Green

📋 copy color: '#68865A'

red 104 ◦ green 134 ◦ blue 90

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

Shades of Glade Green #68865A

Tints of Glade Green #68865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 31.71%
G = 40.85%
B = 27.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#68865A (or 0x68865A) is known color: Glade Green. HEX triplet: 68, 86 and 5A. RGB value is (104,134,90). Sum of RGB (Red+Green+Blue) = 104+134+90=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #68865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865A is #9779A5. Grayscale: #787878. Windows color (decimal): -9927078 or 5932648. OLE color: 5932648.

HSL color Cylindrical-coordinate representation of color #68865A: hue angle of 100.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68865A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 90 -
CMYK 0.22 0 0.33 0.47
HSL 100.91º 0.2% 0.44% -
HSV(B) 100.91º 0.33% 0.53% -
XYZ 16.08 20.73 12.83 -
YUV 120.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 104 134 90 0.22 0 0.33 0.47 100.91 0.2 0.44
Hex 68 86 5A 16 0 21 2F 65 14 2C
Octal 150 206 132 26 0 41 57 145 24 54
Binary 1101000 10000110 1011010 10110 0 100001 101111 1100101 10100 101100

Color Harmonies of #68865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68865A

Black with #68865A

Text Example


Text Example

White with #68865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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