Html Css Color HEX #69964A Glade Green

📋 copy color: '#69964A'

red 105 ◦ green 150 ◦ blue 74

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

Shades of Glade Green #69964A

Tints of Glade Green #69964A

RGB

 RED value IS 105 (41.41% from 255) = 31.91%

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 31.91%
G = 45.59%
B = 22.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#69964A (or 0x69964A) is known color: Glade Green. HEX triplet: 69, 96 and 4A. RGB value is (105,150,74). Sum of RGB (Red+Green+Blue) = 105+150+74=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #69964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69964A is #9669B5. Grayscale: #808080. Windows color (decimal): -9857462 or 4888169. OLE color: 4888169.

HSL color Cylindrical-coordinate representation of color #69964A: hue angle of 95.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69964A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 74 -
CMYK 0.30 0 0.51 0.41
HSL 95.53º 0.34% 0.44% -
HSV(B) 95.53º 0.51% 0.59% -
XYZ 17.97 25.31 10.42 -
YUV 127.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 105 150 74 0.30 0 0.51 0.41 95.53 0.34 0.44
Hex 69 96 4A 1E 0 33 29 60 22 2C
Octal 151 226 112 36 0 63 51 140 42 54
Binary 1101001 10010110 1001010 11110 0 110011 101001 1100000 100010 101100

Color Harmonies of #69964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69964A

Black with #69964A

Text Example


Text Example

White with #69964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,150,74); }

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

background-color css

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

 a { background-color: rgb(105,150,74); }

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

border-color css

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

 span { border-color: rgb(105,150,74); }

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