Html Css Color HEX #68944B Glade Green

📋 copy color: '#68944B'

red 104 ◦ green 148 ◦ blue 75

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

Shades of Glade Green #68944B

Tints of Glade Green #68944B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 31.8%
G = 45.26%
B = 22.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#68944B (or 0x68944B) is known color: Glade Green. HEX triplet: 68, 94 and 4B. RGB value is (104,148,75). Sum of RGB (Red+Green+Blue) = 104+148+75=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #68944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68944B is #976BB4. Grayscale: #7E7E7E. Windows color (decimal): -9923509 or 4953192. OLE color: 4953192.

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

Color convert

RGB 104 148 75 -
CMYK 0.30 0 0.49 0.42
HSL 96.16º 0.33% 0.44% -
HSV(B) 96.16º 0.49% 0.58% -
XYZ 17.57 24.63 10.48 -
YUV 126.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 104 148 75 0.30 0 0.49 0.42 96.16 0.33 0.44
Hex 68 94 4B 1E 0 31 2A 60 21 2C
Octal 150 224 113 36 0 61 52 140 41 54
Binary 1101000 10010100 1001011 11110 0 110001 101010 1100000 100001 101100

Color Harmonies of #68944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68944B

Black with #68944B

Text Example


Text Example

White with #68944B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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