#65A509

Color #65A509 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #65A509

Tints of Christi #65A509

Color information

#65A509 (or 0x65A509) is unknown color: approx Christi. HEX triplet: 65, A5 and 09. RGB value is (101,165,9). Sum of RGB (Red+Green+Blue) = 101+165+9=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #65A509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A509 is #9A5AF6. Grayscale: #808080. Windows color (decimal): -10115831 or 632165. OLE color: 632165.

HSL color Cylindrical-coordinate representation of color #65A509: hue angle of 84.62º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65A509 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1011659-
CMYK0.3900.950.35
HSL84.62º89.66%34.12%-
HSV(B)84.62º94.55%64.71%-
XYZ18.8729.75-
YUV128.0860.8108.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 165 (64.84% from 255) = 60%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=36.73%
G=60%
B=3.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10116590.3900.950.3584.6289.6634.12
Hex65A592705F23555a22
Octal145245114701374312513242
Binary11001011010010110011001110101111110001110101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A509; }

 p { color: rgb(101,165,9); }

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

<style>
 a { background-color: #65A509; }

 a { background-color: rgb(101,165,9); }

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

<style>
 span { border-color: #65A509; }

 span { border-color: rgb(101,165,9); }

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