#65A712

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

Shades of Christi #65A712

Tints of Christi #65A712

Color information

#65A712 (or 0x65A712) is unknown color: approx Christi. HEX triplet: 65, A7 and 12. RGB value is (101,167,18). Sum of RGB (Red+Green+Blue) = 101+167+18=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #65A712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A712 is #9A58ED. Grayscale: #828282. Windows color (decimal): -10115310 or 1222501. OLE color: 1222501.

HSL color Cylindrical-coordinate representation of color #65A712: hue angle of 86.58º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65A712 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB10116718-
CMYK0.4000.890.35
HSL86.58º80.54%36.27%-
HSV(B)86.58º89.22%65.49%-
XYZ19.2930.455.43-
YUV130.2864.63107.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 167 (65.62% from 255) = 58.39%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=35.31%
G=58.39%
B=6.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101167180.4000.890.3586.5880.5436.27
Hex65A7122805923575124
Octal145247225001314312712144
Binary110010110100111100101010000101100110001110101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,18); }

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

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

 a { background-color: rgb(101,167,18); }

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

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

 span { border-color: rgb(101,167,18); }

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