#69964C

Color #69964C Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #69964C

Tints of Glade Green #69964C

Color information

#69964C (or 0x69964C) is unknown color: approx 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

RGB10515076-
CMYK0.3000.490.41
HSL96.49º32.74%44.31%-
HSV(B)96.49º49.33%58.82%-
XYZ18.0425.3410.78-
YUV128.1198.59111.52-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150760.3000.490.4196.4932.7444.31
Hex69964C1E0312960212c
Octal15122611436061511404154
Binary11010011001011010011001111001100011010011100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>