#69A36F

Color #69A36F Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #69A36F

Tints of Oxley #69A36F

Color information

#69A36F (or 0x69A36F) is unknown color: approx Oxley. HEX triplet: 69, A3 and 6F. RGB value is (105,163,111). Sum of RGB (Red+Green+Blue) = 105+163+111=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #69A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A36F is #965C90. Grayscale: #8B8B8B. Windows color (decimal): -9854097 or 7316329. OLE color: 7316329.

HSL color Cylindrical-coordinate representation of color #69A36F: hue angle of 126.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A36F is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB105163111-
CMYK0.3600.320.36
HSL126.21º23.97%52.55%-
HSV(B)126.21º35.58%63.92%-
XYZ21.7930.3519.75-
YUV139.73111.78103.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=27.70%
G=43.01%
B=29.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051631110.3600.320.36126.2123.9752.55
Hex69A36F24020247e1835
Octal15124315744040441763065
Binary11010011010001111011111001000100000100100111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A36F; }

 p { color: rgb(105,163,111); }

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

<style>
 a { background-color: #69A36F; }

 a { background-color: rgb(105,163,111); }

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

<style>
 span { border-color: #69A36F; }

 span { border-color: rgb(105,163,111); }

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