Html Css Color HEX #74A409 Christi

📋 copy color: '#74A409'

red 116 ◦ green 164 ◦ blue 9

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

Shades of Christi #74A409

Tints of Christi #74A409

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.75%

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 40.14%
G = 56.75%
B = 3.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#74A409 (or 0x74A409) is known color: Christi. HEX triplet: 74, A4 and 09. RGB value is (116,164,9). Sum of RGB (Red+Green+Blue) = 116+164+9=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #74A409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A409 is #8B5BF6. Grayscale: #848484. Windows color (decimal): -9133047 or 631924. OLE color: 631924.

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

Color convert

RGB 116 164 9 -
CMYK 0.29 0 0.95 0.36
HSL 78.58º 0.9% 0.34% -
HSV(B) 78.58º 0.95% 0.64% -
XYZ 20.53 30.28 5.02 -
YUV 131.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 116 164 9 0.29 0 0.95 0.36 78.58 0.9 0.34
Hex 74 A4 9 1D 0 5F 24 4F 5A 22
Octal 164 244 11 35 0 137 44 117 132 42
Binary 1110100 10100100 1001 11101 0 1011111 100100 1001111 1011010 100010

Color Harmonies of #74A409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A409

Black with #74A409

Text Example


Text Example

White with #74A409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,164,9); }

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

background-color css

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

 a { background-color: rgb(116,164,9); }

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

border-color css

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

 span { border-color: rgb(116,164,9); }

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