#619D11

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

Shades of Christi #619D11

Tints of Christi #619D11

Color information

#619D11 (or 0x619D11) is unknown color: approx Christi. HEX triplet: 61, 9D and 11. RGB value is (97,157,17). Sum of RGB (Red+Green+Blue) = 97+157+17=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #619D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619D11 is #9E62EE. Grayscale: #7B7B7B. Windows color (decimal): -10380015 or 1154401. OLE color: 1154401.

HSL color Cylindrical-coordinate representation of color #619D11: hue angle of 85.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #619D11 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB9715717-
CMYK0.3800.890.38
HSL85.71º80.46%34.12%-
HSV(B)85.71º89.17%61.57%-
XYZ17.0926.74.78-
YUV123.168.12109.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 157 (61.72% from 255) = 57.93%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=35.79%
G=57.93%
B=6.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97157170.3800.890.3885.7180.4634.12
Hex619D112605926565022
Octal141235214601314612612042
Binary110000110011101100011001100101100110011010101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,17); }

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

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

 a { background-color: rgb(97,157,17); }

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

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

 span { border-color: rgb(97,157,17); }

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