Html Css Color HEX #74A310 Christi

📋 copy color: '#74A310'

red 116 ◦ green 163 ◦ blue 16

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

Shades of Christi #74A310

Tints of Christi #74A310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 39.32%
G = 55.25%
B = 5.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#74A310 (or 0x74A310) is known color: Christi. HEX triplet: 74, A3 and 10. RGB value is (116,163,16). Sum of RGB (Red+Green+Blue) = 116+163+16=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #74A310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A310 is #8B5CEF. Grayscale: #848484. Windows color (decimal): -9133296 or 1090420. OLE color: 1090420.

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

Color convert

RGB 116 163 16 -
CMYK 0.29 0 0.90 0.36
HSL 79.18º 0.82% 0.35% -
HSV(B) 79.18º 0.9% 0.64% -
XYZ 20.39 29.94 5.2 -
YUV 132.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 116 163 16 0.29 0 0.90 0.36 79.18 0.82 0.35
Hex 74 A3 10 1D 0 5A 24 4F 52 23
Octal 164 243 20 35 0 132 44 117 122 43
Binary 1110100 10100011 10000 11101 0 1011010 100100 1001111 1010010 100011

Color Harmonies of #74A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A310

Black with #74A310

Text Example


Text Example

White with #74A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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