Html Css Color HEX #74A00F Christi

📋 copy color: '#74A00F'

red 116 ◦ green 160 ◦ blue 15

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

Shades of Christi #74A00F

Tints of Christi #74A00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.98%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 39.86%
G = 54.98%
B = 5.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#74A00F (or 0x74A00F) is known color: Christi. HEX triplet: 74, A0 and 0F. RGB value is (116,160,15). Sum of RGB (Red+Green+Blue) = 116+160+15=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #74A00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A00F is #8B5FF0. Grayscale: #828282. Windows color (decimal): -9134065 or 1024116. OLE color: 1024116.

HSL color Cylindrical-coordinate representation of color #74A00F: hue angle of 78.21º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74A00F is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 160 15 -
CMYK 0.28 0 0.91 0.37
HSL 78.21º 0.83% 0.34% -
HSV(B) 78.21º 0.91% 0.63% -
XYZ 19.86 28.89 4.98 -
YUV 130.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 116 160 15 0.28 0 0.91 0.37 78.21 0.83 0.34
Hex 74 A0 F 1C 0 5B 25 4E 53 22
Octal 164 240 17 34 0 133 45 116 123 42
Binary 1110100 10100000 1111 11100 0 1011011 100101 1001110 1010011 100010

Color Harmonies of #74A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A00F

Black with #74A00F

Text Example


Text Example

White with #74A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,160,15); }

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

background-color css

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

 a { background-color: rgb(116,160,15); }

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

border-color css

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

 span { border-color: rgb(116,160,15); }

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