Html Css Color HEX #74A301 Christi

📋 copy color: '#74A301'

red 116 ◦ green 163 ◦ blue 1

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

Shades of Christi #74A301

Tints of Christi #74A301

RGB

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

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

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

R = 41.43%
G = 58.21%
B = 0.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#74A301 (or 0x74A301) is known color: Christi. HEX triplet: 74, A3 and 01. RGB value is (116,163,1). Sum of RGB (Red+Green+Blue) = 116+163+1=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #74A301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A301 is #8B5CFE. Grayscale: #838383. Windows color (decimal): -9133311 or 107380. OLE color: 107380.

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

Color convert

RGB 116 163 1 -
CMYK 0.29 0 0.99 0.36
HSL 77.41º 0.99% 0.32% -
HSV(B) 77.41º 0.99% 0.64% -
XYZ 20.31 29.91 4.73 -
YUV 130.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 116 163 1 0.29 0 0.99 0.36 77.41 0.99 0.32
Hex 74 A3 1 1D 0 63 24 4D 63 20
Octal 164 243 1 35 0 143 44 115 143 40
Binary 1110100 10100011 1 11101 0 1100011 100100 1001101 1100011 100000

Color Harmonies of #74A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A301

Black with #74A301

Text Example


Text Example

White with #74A301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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