Html Css Color HEX #74AB1A Christi

📋 copy color: '#74AB1A'

red 116 ◦ green 171 ◦ blue 26

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

Shades of Christi #74AB1A

Tints of Christi #74AB1A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.63%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 37.06%
G = 54.63%
B = 8.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#74AB1A (or 0x74AB1A) is known color: Christi. HEX triplet: 74, AB and 1A. RGB value is (116,171,26). Sum of RGB (Red+Green+Blue) = 116+171+26=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB1A is #8B54E5. Grayscale: #8A8A8A. Windows color (decimal): -9131238 or 1747828. OLE color: 1747828.

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

Color convert

RGB 116 171 26 -
CMYK 0.32 0 0.85 0.33
HSL 82.76º 0.74% 0.39% -
HSV(B) 82.76º 0.85% 0.67% -
XYZ 21.95 32.91 6.17 -
YUV 138.03 64.78 112.29 -
System Red Green Blue C M Y K H S L
Decimal 116 171 26 0.32 0 0.85 0.33 82.76 0.74 0.39
Hex 74 AB 1A 20 0 55 21 53 4A 27
Octal 164 253 32 40 0 125 41 123 112 47
Binary 1110100 10101011 11010 100000 0 1010101 100001 1010011 1001010 100111

Color Harmonies of #74AB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB1A

Black with #74AB1A

Text Example


Text Example

White with #74AB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,26); }

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

background-color css

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

 a { background-color: rgb(116,171,26); }

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

border-color css

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

 span { border-color: rgb(116,171,26); }

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