#659B0D

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

Shades of Christi #659B0D

Tints of Christi #659B0D

Color information

#659B0D (or 0x659B0D) is unknown color: approx Christi. HEX triplet: 65, 9B and 0D. RGB value is (101,155,13). Sum of RGB (Red+Green+Blue) = 101+155+13=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #659B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659B0D is #9A64F2. Grayscale: #7B7B7B. Windows color (decimal): -10118387 or 891749. OLE color: 891749.

HSL color Cylindrical-coordinate representation of color #659B0D: hue angle of 82.82º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #659B0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB10115513-
CMYK0.3500.920.39
HSL82.82º84.52%32.94%-
HSV(B)82.82º91.61%60.78%-
XYZ17.1626.244.54-
YUV122.6766.11112.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.55%
GREEN value IS 155 (60.94% from 255) = 57.62%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=37.55%
G=57.62%
B=4.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155130.3500.920.3982.8284.5232.94
Hex659BD2305C27535521
Octal145233154301344712312541
Binary11001011001101111011000110101110010011110100111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B0D; }

 p { color: rgb(101,155,13); }

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

<style>
 a { background-color: #659B0D; }

 a { background-color: rgb(101,155,13); }

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

<style>
 span { border-color: #659B0D; }

 span { border-color: rgb(101,155,13); }

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