#659900

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

Shades of Christi #659900

Tints of Christi #659900

Color information

#659900 (or 0x659900) is unknown color: approx Christi. HEX triplet: 65, 99 and 00. RGB value is (101,153,0). Sum of RGB (Red+Green+Blue) = 101+153+0=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #659900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659900 is #9A66FF. Grayscale: #787878. Windows color (decimal): -10118912 or 39269. OLE color: 39269.

HSL color Cylindrical-coordinate representation of color #659900: hue angle of 80.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659900 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1011530-
CMYK0.34010.4
HSL80.39º100%30%-
HSV(B)80.39º100%60%-
XYZ16.7625.554.05-
YUV120.0160.27114.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 153 (60.16% from 255) = 60.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.76%
G=60.24%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10115300.34010.480.3910030
Hex65990220642850641e
Octal14523104201445012014436
Binary1100101100110010100010011001001010001010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659900; }

 p { color: rgb(101,153,0); }

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

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

 a { background-color: rgb(101,153,0); }

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

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

 span { border-color: rgb(101,153,0); }

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