Html Css Color HEX #73A025 Christi

📋 copy color: '#73A025'

red 115 ◦ green 160 ◦ blue 37

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

Shades of Christi #73A025

Tints of Christi #73A025

RGB

 RED value IS 115 (45.31% from 255) = 36.86%

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 36.86%
G = 51.28%
B = 11.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#73A025 (or 0x73A025) is known color: Christi. HEX triplet: 73, A0 and 25. RGB value is (115,160,37). Sum of RGB (Red+Green+Blue) = 115+160+37=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #73A025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A025 is #8C5FDA. Grayscale: #848484. Windows color (decimal): -9199579 or 2465907. OLE color: 2465907.

HSL color Cylindrical-coordinate representation of color #73A025: hue angle of 81.95º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73A025 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 160 37 -
CMYK 0.28 0 0.77 0.37
HSL 81.95º 0.62% 0.39% -
HSV(B) 81.95º 0.77% 0.63% -
XYZ 19.97 28.92 6.28 -
YUV 132.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 115 160 37 0.28 0 0.77 0.37 81.95 0.62 0.39
Hex 73 A0 25 1C 0 4D 25 52 3E 27
Octal 163 240 45 34 0 115 45 122 76 47
Binary 1110011 10100000 100101 11100 0 1001101 100101 1010010 111110 100111

Color Harmonies of #73A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A025

Black with #73A025

Text Example


Text Example

White with #73A025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A025; }

 p { color: rgb(115,160,37); }

 H1.HeaderClassName
 {
   color: #73A025;
 }
 .AnyTagClassName
 {
   color: #73A025;
 }
</style>

background-color css

<style>
 a { background-color: #73A025; }

 a { background-color: rgb(115,160,37); }

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

border-color css

<style>
 span { border-color: #73A025; }

 span { border-color: rgb(115,160,37); }

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