Html Css Color HEX #74A70D Christi

📋 copy color: '#74A70D'

red 116 ◦ green 167 ◦ blue 13

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

Shades of Christi #74A70D

Tints of Christi #74A70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.42%

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 39.19%
G = 56.42%
B = 4.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#74A70D (or 0x74A70D) is known color: Christi. HEX triplet: 74, A7 and 0D. RGB value is (116,167,13). Sum of RGB (Red+Green+Blue) = 116+167+13=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #74A70D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A70D is #8B58F2. Grayscale: #868686. Windows color (decimal): -9132275 or 894836. OLE color: 894836.

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

Color convert

RGB 116 167 13 -
CMYK 0.31 0 0.92 0.35
HSL 79.87º 0.86% 0.35% -
HSV(B) 79.87º 0.92% 0.65% -
XYZ 21.09 31.38 5.33 -
YUV 134.2 59.6 115.02 -
System Red Green Blue C M Y K H S L
Decimal 116 167 13 0.31 0 0.92 0.35 79.87 0.86 0.35
Hex 74 A7 D 1F 0 5C 23 50 56 23
Octal 164 247 15 37 0 134 43 120 126 43
Binary 1110100 10100111 1101 11111 0 1011100 100011 1010000 1010110 100011

Color Harmonies of #74A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A70D

Black with #74A70D

Text Example


Text Example

White with #74A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,167,13); }

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

background-color css

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

 a { background-color: rgb(116,167,13); }

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

border-color css

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

 span { border-color: rgb(116,167,13); }

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