Html Css Color HEX #74A311 Christi

📋 copy color: '#74A311'

red 116 ◦ green 163 ◦ blue 17

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

Shades of Christi #74A311

Tints of Christi #74A311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.07%

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

R = 39.19%
G = 55.07%
B = 5.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#74A311 (or 0x74A311) is known color: Christi. HEX triplet: 74, A3 and 11. RGB value is (116,163,17). Sum of RGB (Red+Green+Blue) = 116+163+17=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #74A311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A311 is #8B5CEE. Grayscale: #848484. Windows color (decimal): -9133295 or 1155956. OLE color: 1155956.

HSL color Cylindrical-coordinate representation of color #74A311: hue angle of 79.32º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74A311 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 163 17 -
CMYK 0.29 0 0.90 0.36
HSL 79.32º 0.81% 0.35% -
HSV(B) 79.32º 0.9% 0.64% -
XYZ 20.4 29.95 5.24 -
YUV 132.3 62.93 116.37 -
System Red Green Blue C M Y K H S L
Decimal 116 163 17 0.29 0 0.90 0.36 79.32 0.81 0.35
Hex 74 A3 11 1D 0 5A 24 4F 51 23
Octal 164 243 21 35 0 132 44 117 121 43
Binary 1110100 10100011 10001 11101 0 1011010 100100 1001111 1010001 100011

Color Harmonies of #74A311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A311

Black with #74A311

Text Example


Text Example

White with #74A311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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