Html Css Color HEX #73A515 Christi

📋 copy color: '#73A515'

red 115 ◦ green 165 ◦ blue 21

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

Shades of Christi #73A515

Tints of Christi #73A515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 38.21%
G = 54.82%
B = 6.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#73A515 (or 0x73A515) is known color: Christi. HEX triplet: 73, A5 and 15. RGB value is (115,165,21). Sum of RGB (Red+Green+Blue) = 115+165+21=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #73A515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A515 is #8C5AEA. Grayscale: #868686. Windows color (decimal): -9198315 or 1418611. OLE color: 1418611.

HSL color Cylindrical-coordinate representation of color #73A515: hue angle of 80.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73A515 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 165 21 -
CMYK 0.30 0 0.87 0.35
HSL 80.83º 0.77% 0.36% -
HSV(B) 80.83º 0.87% 0.65% -
XYZ 20.66 30.61 5.53 -
YUV 133.63 64.44 114.71 -
System Red Green Blue C M Y K H S L
Decimal 115 165 21 0.30 0 0.87 0.35 80.83 0.77 0.36
Hex 73 A5 15 1E 0 57 23 51 4D 24
Octal 163 245 25 36 0 127 43 121 115 44
Binary 1110011 10100101 10101 11110 0 1010111 100011 1010001 1001101 100100

Color Harmonies of #73A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A515

Black with #73A515

Text Example


Text Example

White with #73A515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,165,21); }

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

background-color css

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

 a { background-color: rgb(115,165,21); }

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

border-color css

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

 span { border-color: rgb(115,165,21); }

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