#619900

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

Shades of Christi #619900

Tints of Christi #619900

Color information

#619900 (or 0x619900) is unknown color: approx Christi. HEX triplet: 61, 99 and 00. RGB value is (97,153,0). Sum of RGB (Red+Green+Blue) = 97+153+0=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #619900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619900 is #9E66FF. Grayscale: #777777. Windows color (decimal): -10381056 or 39265. OLE color: 39265.

HSL color Cylindrical-coordinate representation of color #619900: hue angle of 81.96º 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 #619900 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB971530-
CMYK0.37010.4
HSL81.96º100%30%-
HSV(B)81.96º100%60%-
XYZ16.3225.324.03-
YUV118.8160.95112.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 153 (60.16% from 255) = 61.2%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.8%
G=61.2%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9715300.37010.481.9610030
Hex61990250642852641e
Octal14123104501445012214436
Binary1100001100110010100101011001001010001010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619900; }

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

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

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

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

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

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

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

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