Html Css Color HEX #74A015 Christi

📋 copy color: '#74A015'

red 116 ◦ green 160 ◦ blue 21

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

Shades of Christi #74A015

Tints of Christi #74A015

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

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

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

R = 39.06%
G = 53.87%
B = 7.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#74A015 (or 0x74A015) is known color: Christi. HEX triplet: 74, A0 and 15. RGB value is (116,160,21). Sum of RGB (Red+Green+Blue) = 116+160+21=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #74A015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A015 is #8B5FEA. Grayscale: #838383. Windows color (decimal): -9134059 or 1417332. OLE color: 1417332.

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

Color convert

RGB 116 160 21 -
CMYK 0.28 0 0.87 0.37
HSL 78.99º 0.77% 0.35% -
HSV(B) 78.99º 0.87% 0.63% -
XYZ 19.91 28.91 5.24 -
YUV 131 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 116 160 21 0.28 0 0.87 0.37 78.99 0.77 0.35
Hex 74 A0 15 1C 0 57 25 4F 4D 23
Octal 164 240 25 34 0 127 45 117 115 43
Binary 1110100 10100000 10101 11100 0 1010111 100101 1001111 1001101 100011

Color Harmonies of #74A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A015

Black with #74A015

Text Example


Text Example

White with #74A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A015; }

 p { color: rgb(116,160,21); }

 H1.HeaderClassName
 {
   color: #74A015;
 }
 .AnyTagClassName
 {
   color: #74A015;
 }
</style>

background-color css

<style>
 a { background-color: #74A015; }

 a { background-color: rgb(116,160,21); }

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

border-color css

<style>
 span { border-color: #74A015; }

 span { border-color: rgb(116,160,21); }

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