Html Css Color HEX #69964C Glade Green

📋 copy color: '#69964C'

red 105 ◦ green 150 ◦ blue 76

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

Shades of Glade Green #69964C

Tints of Glade Green #69964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 31.72%
G = 45.32%
B = 22.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#69964C (or 0x69964C) is known color: Glade Green. HEX triplet: 69, 96 and 4C. RGB value is (105,150,76). Sum of RGB (Red+Green+Blue) = 105+150+76=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #69964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69964C is #9669B3. Grayscale: #808080. Windows color (decimal): -9857460 or 5019241. OLE color: 5019241.

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

Color convert

RGB 105 150 76 -
CMYK 0.30 0 0.49 0.41
HSL 96.49º 0.33% 0.44% -
HSV(B) 96.49º 0.49% 0.59% -
XYZ 18.04 25.34 10.78 -
YUV 128.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 105 150 76 0.30 0 0.49 0.41 96.49 0.33 0.44
Hex 69 96 4C 1E 0 31 29 60 21 2C
Octal 151 226 114 36 0 61 51 140 41 54
Binary 1101001 10010110 1001100 11110 0 110001 101001 1100000 100001 101100

Color Harmonies of #69964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69964C

Black with #69964C

Text Example


Text Example

White with #69964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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