Html Css Color HEX #61A511 Christi

📋 copy color: '#61A511'

red 97 ◦ green 165 ◦ blue 17

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

Shades of Christi #61A511

Tints of Christi #61A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.14%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 34.77%
G = 59.14%
B = 6.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#61A511 (or 0x61A511) is known color: Christi. HEX triplet: 61, A5 and 11. RGB value is (97,165,17). Sum of RGB (Red+Green+Blue) = 97+165+17=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #61A511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A511 is #9E5AEE. Grayscale: #808080. Windows color (decimal): -10377967 or 1156449. OLE color: 1156449.

HSL color Cylindrical-coordinate representation of color #61A511: hue angle of 87.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61A511 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 17 -
CMYK 0.41 0 0.90 0.35
HSL 87.57º 0.81% 0.36% -
HSV(B) 87.57º 0.9% 0.65% -
XYZ 18.49 29.49 5.25 -
YUV 127.8 65.47 106.03 -
System Red Green Blue C M Y K H S L
Decimal 97 165 17 0.41 0 0.90 0.35 87.57 0.81 0.36
Hex 61 A5 11 29 0 5A 23 58 51 24
Octal 141 245 21 51 0 132 43 130 121 44
Binary 1100001 10100101 10001 101001 0 1011010 100011 1011000 1010001 100100

Color Harmonies of #61A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A511

Black with #61A511

Text Example


Text Example

White with #61A511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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