#61AD1F

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

Shades of Christi #61AD1F

Tints of Christi #61AD1F

Color information

#61AD1F (or 0x61AD1F) is unknown color: approx Christi. HEX triplet: 61, AD and 1F. RGB value is (97,173,31). Sum of RGB (Red+Green+Blue) = 97+173+31=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AD1F is #9E52E0. Grayscale: #868686. Windows color (decimal): -10375905 or 2076001. OLE color: 2076001.

HSL color Cylindrical-coordinate representation of color #61AD1F: hue angle of 92.11º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61AD1F is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB9717331-
CMYK0.4400.820.32
HSL92.11º69.61%40%-
HSV(B)92.11º82.08%67.84%-
XYZ20.1232.536.51-
YUV134.0969.82101.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 173 (67.97% from 255) = 57.48%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=32.23%
G=57.48%
B=10.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97173310.4400.820.3292.1169.6140
Hex61AD1F2C052205c4628
Octal141255375401224013410650
Binary110000110101101111111011000101001010000010111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AD1F; }

 p { color: rgb(97,173,31); }

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

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

 a { background-color: rgb(97,173,31); }

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

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

 span { border-color: rgb(97,173,31); }

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