#619E0C

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

Shades of Christi #619E0C

Tints of Christi #619E0C

Color information

#619E0C (or 0x619E0C) is unknown color: approx Christi. HEX triplet: 61, 9E and 0C. RGB value is (97,158,12). Sum of RGB (Red+Green+Blue) = 97+158+12=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #619E0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619E0C is #9E61F3. Grayscale: #7B7B7B. Windows color (decimal): -10379764 or 826977. OLE color: 826977.

HSL color Cylindrical-coordinate representation of color #619E0C: hue angle of 85.07º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #619E0C is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB9715812-
CMYK0.3900.920.38
HSL85.07º85.88%33.33%-
HSV(B)85.07º92.41%61.96%-
XYZ17.2227.024.66-
YUV123.1265.29109.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 158 (62.11% from 255) = 59.18%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=36.33%
G=59.18%
B=4.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97158120.3900.920.3885.0785.8833.33
Hex619EC2705C26555621
Octal141236144701344612512641
Binary11000011001111011001001110101110010011010101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,12); }

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

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

 a { background-color: rgb(97,158,12); }

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

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

 span { border-color: rgb(97,158,12); }

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