Html Css Color HEX #74A117 Christi

📋 copy color: '#74A117'

red 116 ◦ green 161 ◦ blue 23

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

Shades of Christi #74A117

Tints of Christi #74A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.67%

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 38.67%
G = 53.67%
B = 7.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#74A117 (or 0x74A117) is known color: Christi. HEX triplet: 74, A1 and 17. RGB value is (116,161,23). Sum of RGB (Red+Green+Blue) = 116+161+23=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #74A117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A117 is #8B5EE8. Grayscale: #848484. Windows color (decimal): -9133801 or 1548660. OLE color: 1548660.

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

Color convert

RGB 116 161 23 -
CMYK 0.28 0 0.86 0.37
HSL 79.57º 0.75% 0.36% -
HSV(B) 79.57º 0.86% 0.63% -
XYZ 20.1 29.26 5.4 -
YUV 131.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 116 161 23 0.28 0 0.86 0.37 79.57 0.75 0.36
Hex 74 A1 17 1C 0 56 25 50 4B 24
Octal 164 241 27 34 0 126 45 120 113 44
Binary 1110100 10100001 10111 11100 0 1010110 100101 1010000 1001011 100100

Color Harmonies of #74A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A117

Black with #74A117

Text Example


Text Example

White with #74A117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,23); }

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

background-color css

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

 a { background-color: rgb(116,161,23); }

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

border-color css

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

 span { border-color: rgb(116,161,23); }

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