Html Css Color HEX #68944D Glade Green

📋 copy color: '#68944D'

red 104 ◦ green 148 ◦ blue 77

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

Shades of Glade Green #68944D

Tints of Glade Green #68944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 31.61%
G = 44.98%
B = 23.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#68944D (or 0x68944D) is known color: Glade Green. HEX triplet: 68, 94 and 4D. RGB value is (104,148,77). Sum of RGB (Red+Green+Blue) = 104+148+77=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #68944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68944D is #976BB2. Grayscale: #7E7E7E. Windows color (decimal): -9923507 or 5084264. OLE color: 5084264.

HSL color Cylindrical-coordinate representation of color #68944D: hue angle of 97.18º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68944D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 77 -
CMYK 0.30 0 0.48 0.42
HSL 97.18º 0.32% 0.44% -
HSV(B) 97.18º 0.48% 0.58% -
XYZ 17.64 24.66 10.85 -
YUV 126.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 104 148 77 0.30 0 0.48 0.42 97.18 0.32 0.44
Hex 68 94 4D 1E 0 30 2A 61 20 2C
Octal 150 224 115 36 0 60 52 141 40 54
Binary 1101000 10010100 1001101 11110 0 110000 101010 1100001 100000 101100

Color Harmonies of #68944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68944D

Black with #68944D

Text Example


Text Example

White with #68944D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,148,77); }

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

background-color css

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

 a { background-color: rgb(104,148,77); }

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

border-color css

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

 span { border-color: rgb(104,148,77); }

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