#619C00

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

Shades of Christi #619C00

Tints of Christi #619C00

Color information

#619C00 (or 0x619C00) is unknown color: approx Christi. HEX triplet: 61, 9C and 00. RGB value is (97,156,0). Sum of RGB (Red+Green+Blue) = 97+156+0=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #619C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619C00 is #9E63FF. Grayscale: #797979. Windows color (decimal): -10380288 or 40033. OLE color: 40033.

HSL color Cylindrical-coordinate representation of color #619C00: hue angle of 82.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #619C00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB971560-
CMYK0.38010.39
HSL82.69º100%30.59%-
HSV(B)82.69º100%61.18%-
XYZ16.8226.324.19-
YUV120.5759.95111.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 156 (61.33% from 255) = 61.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.34%
G=61.66%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9715600.38010.3982.6910030.59
Hex619C0260642753641f
Octal14123404601444712314437
Binary1100001100111000100110011001001001111010011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619C00; }

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

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

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

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

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

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

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

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