Html Css Color HEX #74A21D Christi

📋 copy color: '#74A21D'

red 116 ◦ green 162 ◦ blue 29

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

Shades of Christi #74A21D

Tints of Christi #74A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.77%

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 37.79%
G = 52.77%
B = 9.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#74A21D (or 0x74A21D) is known color: Christi. HEX triplet: 74, A2 and 1D. RGB value is (116,162,29). Sum of RGB (Red+Green+Blue) = 116+162+29=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #74A21D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A21D is #8B5DE2. Grayscale: #858585. Windows color (decimal): -9133539 or 1942132. OLE color: 1942132.

HSL color Cylindrical-coordinate representation of color #74A21D: hue angle of 80.75º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74A21D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 162 29 -
CMYK 0.28 0 0.82 0.36
HSL 80.75º 0.7% 0.37% -
HSV(B) 80.75º 0.82% 0.64% -
XYZ 20.34 29.64 5.81 -
YUV 133.08 69.26 115.81 -
System Red Green Blue C M Y K H S L
Decimal 116 162 29 0.28 0 0.82 0.36 80.75 0.7 0.37
Hex 74 A2 1D 1C 0 52 24 51 46 25
Octal 164 242 35 34 0 122 44 121 106 45
Binary 1110100 10100010 11101 11100 0 1010010 100100 1010001 1000110 100101

Color Harmonies of #74A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A21D

Black with #74A21D

Text Example


Text Example

White with #74A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,162,29); }

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

background-color css

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

 a { background-color: rgb(116,162,29); }

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

border-color css

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

 span { border-color: rgb(116,162,29); }

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