Html Css Color HEX #61A009 Christi

📋 copy color: '#61A009'

red 97 ◦ green 160 ◦ blue 9

#61A009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #61A009

Tints of Christi #61A009

RGB

 RED value IS 97 (38.28% from 255) = 36.47%

 GREEN value IS 160 (62.89% from 255) = 60.15%

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 36.47%
G = 60.15%
B = 3.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#61A009 (or 0x61A009) is known color: Christi. HEX triplet: 61, A0 and 09. RGB value is (97,160,9). Sum of RGB (Red+Green+Blue) = 97+160+9=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #61A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A009 is #9E5FF6. Grayscale: #7C7C7C. Windows color (decimal): -10379255 or 630881. OLE color: 630881.

HSL color Cylindrical-coordinate representation of color #61A009: hue angle of 85.03º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61A009 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 160 9 -
CMYK 0.39 0 0.94 0.37
HSL 85.03º 0.89% 0.33% -
HSV(B) 85.03º 0.94% 0.63% -
XYZ 17.55 27.7 4.68 -
YUV 123.95 63.13 108.78 -
System Red Green Blue C M Y K H S L
Decimal 97 160 9 0.39 0 0.94 0.37 85.03 0.89 0.33
Hex 61 A0 9 27 0 5E 25 55 59 21
Octal 141 240 11 47 0 136 45 125 131 41
Binary 1100001 10100000 1001 100111 0 1011110 100101 1010101 1011001 100001

Color Harmonies of #61A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A009

Black with #61A009

Text Example


Text Example

White with #61A009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,160,9); }

 H1.HeaderClassName
 {
   color: #61A009;
 }
 .AnyTagClassName
 {
   color: #61A009;
 }
</style>

background-color css

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

 a { background-color: rgb(97,160,9); }

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

border-color css

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

 span { border-color: rgb(97,160,9); }

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