Html Css Color HEX #74A601 Christi

📋 copy color: '#74A601'

red 116 ◦ green 166 ◦ blue 1

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

Shades of Christi #74A601

Tints of Christi #74A601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.66%

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

R = 40.99%
G = 58.66%
B = 0.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#74A601 (or 0x74A601) is known color: Christi. HEX triplet: 74, A6 and 01. RGB value is (116,166,1). Sum of RGB (Red+Green+Blue) = 116+166+1=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #74A601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A601 is #8B59FE. Grayscale: #848484. Windows color (decimal): -9132543 or 108148. OLE color: 108148.

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

Color convert

RGB 116 166 1 -
CMYK 0.30 0 0.99 0.35
HSL 78.18º 0.99% 0.33% -
HSV(B) 78.18º 0.99% 0.65% -
XYZ 20.84 30.99 4.91 -
YUV 132.24 53.94 116.42 -
System Red Green Blue C M Y K H S L
Decimal 116 166 1 0.30 0 0.99 0.35 78.18 0.99 0.33
Hex 74 A6 1 1E 0 63 23 4E 63 21
Octal 164 246 1 36 0 143 43 116 143 41
Binary 1110100 10100110 1 11110 0 1100011 100011 1001110 1100011 100001

Color Harmonies of #74A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A601

Black with #74A601

Text Example


Text Example

White with #74A601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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