Html Css Color HEX #68964B Glade Green

📋 copy color: '#68964B'

red 104 ◦ green 150 ◦ blue 75

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

Shades of Glade Green #68964B

Tints of Glade Green #68964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

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

R = 31.61%
G = 45.59%
B = 22.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#68964B (or 0x68964B) is known color: Glade Green. HEX triplet: 68, 96 and 4B. RGB value is (104,150,75). Sum of RGB (Red+Green+Blue) = 104+150+75=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #68964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68964B is #9769B4. Grayscale: #7F7F7F. Windows color (decimal): -9922997 or 4953704. OLE color: 4953704.

HSL color Cylindrical-coordinate representation of color #68964B: hue angle of 96.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68964B is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 75 -
CMYK 0.31 0 0.5 0.41
HSL 96.8º 0.33% 0.44% -
HSV(B) 96.8º 0.5% 0.59% -
XYZ 17.89 25.26 10.59 -
YUV 127.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 104 150 75 0.31 0 0.5 0.41 96.8 0.33 0.44
Hex 68 96 4B 1F 0 32 29 61 21 2C
Octal 150 226 113 37 0 62 51 141 41 54
Binary 1101000 10010110 1001011 11111 0 110010 101001 1100001 100001 101100

Color Harmonies of #68964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68964B

Black with #68964B

Text Example


Text Example

White with #68964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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