#69964B

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

Shades of Glade Green #69964B

Tints of Glade Green #69964B

Color information

#69964B (or 0x69964B) is unknown color: approx Glade Green. HEX triplet: 69, 96 and 4B. RGB value is (105,150,75). Sum of RGB (Red+Green+Blue) = 105+150+75=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #69964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69964B is #9669B4. Grayscale: #808080. Windows color (decimal): -9857461 or 4953705. OLE color: 4953705.

HSL color Cylindrical-coordinate representation of color #69964B: hue angle of 96º 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 #69964B is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB10515075-
CMYK0.3000.50.41
HSL96º33.33%44.12%-
HSV(B)96º50%58.82%-
XYZ1825.3210.6-
YUV127.9998.09111.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=31.82%
G=45.45%
B=22.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150750.3000.50.419633.3344.12
Hex69964B1E0322960212c
Octal15122611336062511404154
Binary11010011001011010010111111001100101010011100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69964B;
 }
 .AnyTagClassName
 {
   color: #69964B;
 }
</style>
background-color css

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

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

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

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

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

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