Html Css Color HEX #74AA01 Christi

📋 copy color: '#74AA01'

red 116 ◦ green 170 ◦ blue 1

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

Shades of Christi #74AA01

Tints of Christi #74AA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 40.42%
G = 59.23%
B = 0.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#74AA01 (or 0x74AA01) is known color: Christi. HEX triplet: 74, AA and 01. RGB value is (116,170,1). Sum of RGB (Red+Green+Blue) = 116+170+1=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA01 is #8B55FE. Grayscale: #878787. Windows color (decimal): -9131519 or 109172. OLE color: 109172.

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

Color convert

RGB 116 170 1 -
CMYK 0.32 0 0.99 0.33
HSL 79.17º 0.99% 0.34% -
HSV(B) 79.17º 0.99% 0.67% -
XYZ 21.58 32.46 5.16 -
YUV 134.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 116 170 1 0.32 0 0.99 0.33 79.17 0.99 0.34
Hex 74 AA 1 20 0 63 21 4F 63 22
Octal 164 252 1 40 0 143 41 117 143 42
Binary 1110100 10101010 1 100000 0 1100011 100001 1001111 1100011 100010

Color Harmonies of #74AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA01

Black with #74AA01

Text Example


Text Example

White with #74AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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