Html Css Color HEX #74AA04 Christi

📋 copy color: '#74AA04'

red 116 ◦ green 170 ◦ blue 4

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

Shades of Christi #74AA04

Tints of Christi #74AA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 40%
G = 58.62%
B = 1.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#74AA04 (or 0x74AA04) is known color: Christi. HEX triplet: 74, AA and 04. RGB value is (116,170,4). Sum of RGB (Red+Green+Blue) = 116+170+4=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA04 is #8B55FB. Grayscale: #878787. Windows color (decimal): -9131516 or 305780. OLE color: 305780.

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

Color convert

RGB 116 170 4 -
CMYK 0.32 0 0.98 0.33
HSL 79.52º 0.95% 0.34% -
HSV(B) 79.52º 0.98% 0.67% -
XYZ 21.6 32.47 5.24 -
YUV 134.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 116 170 4 0.32 0 0.98 0.33 79.52 0.95 0.34
Hex 74 AA 4 20 0 62 21 50 5F 22
Octal 164 252 4 40 0 142 41 120 137 42
Binary 1110100 10101010 100 100000 0 1100010 100001 1010000 1011111 100010

Color Harmonies of #74AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA04

Black with #74AA04

Text Example


Text Example

White with #74AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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