Html Css Color HEX #74AA11 Christi

📋 copy color: '#74AA11'

red 116 ◦ green 170 ◦ blue 17

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

Shades of Christi #74AA11

Tints of Christi #74AA11

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

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

R = 38.28%
G = 56.11%
B = 5.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#74AA11 (or 0x74AA11) is known color: Christi. HEX triplet: 74, AA and 11. RGB value is (116,170,17). Sum of RGB (Red+Green+Blue) = 116+170+17=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA11 is #8B55EE. Grayscale: #888888. Windows color (decimal): -9131503 or 1157748. OLE color: 1157748.

HSL color Cylindrical-coordinate representation of color #74AA11: hue angle of 81.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74AA11 is Cyan = 0.32, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 17 -
CMYK 0.32 0 0.9 0.33
HSL 81.18º 0.82% 0.37% -
HSV(B) 81.18º 0.9% 0.67% -
XYZ 21.68 32.5 5.66 -
YUV 136.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 116 170 17 0.32 0 0.9 0.33 81.18 0.82 0.37
Hex 74 AA 11 20 0 5A 21 51 52 25
Octal 164 252 21 40 0 132 41 121 122 45
Binary 1110100 10101010 10001 100000 0 1011010 100001 1010001 1010010 100101

Color Harmonies of #74AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA11

Black with #74AA11

Text Example


Text Example

White with #74AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,17); }

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

background-color css

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

 a { background-color: rgb(116,170,17); }

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

border-color css

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

 span { border-color: rgb(116,170,17); }

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