Html Css Color HEX #74A31C Christi

📋 copy color: '#74A31C'

red 116 ◦ green 163 ◦ blue 28

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

Shades of Christi #74A31C

Tints of Christi #74A31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 37.79%
G = 53.09%
B = 9.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#74A31C (or 0x74A31C) is known color: Christi. HEX triplet: 74, A3 and 1C. RGB value is (116,163,28). Sum of RGB (Red+Green+Blue) = 116+163+28=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #74A31C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A31C is #8B5CE3. Grayscale: #868686. Windows color (decimal): -9133284 or 1876852. OLE color: 1876852.

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

Color convert

RGB 116 163 28 -
CMYK 0.29 0 0.83 0.36
HSL 80.89º 0.71% 0.37% -
HSV(B) 80.89º 0.83% 0.64% -
XYZ 20.51 29.99 5.81 -
YUV 133.56 68.43 115.48 -
System Red Green Blue C M Y K H S L
Decimal 116 163 28 0.29 0 0.83 0.36 80.89 0.71 0.37
Hex 74 A3 1C 1D 0 53 24 51 47 25
Octal 164 243 34 35 0 123 44 121 107 45
Binary 1110100 10100011 11100 11101 0 1010011 100100 1010001 1000111 100101

Color Harmonies of #74A31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A31C

Black with #74A31C

Text Example


Text Example

White with #74A31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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