Html Css Color HEX #74700F Olivetone

📋 copy color: '#74700F'

red 116 ◦ green 112 ◦ blue 15

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

Shades of Olivetone #74700F

Tints of Olivetone #74700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 47.74%
G = 46.09%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74700F (or 0x74700F) is known color: Olivetone. HEX triplet: 74, 70 and 0F. RGB value is (116,112,15). Sum of RGB (Red+Green+Blue) = 116+112+15=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74700F is #8B8FF0. Grayscale: #666666. Windows color (decimal): -9146353 or 1011828. OLE color: 1011828.

HSL color Cylindrical-coordinate representation of color #74700F: hue angle of 57.62º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74700F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 15 -
CMYK 0 0.03 0.87 0.55
HSL 57.62º 0.77% 0.26% -
HSV(B) 57.62º 0.87% 0.45% -
XYZ 13.08 15.34 2.72 -
YUV 102.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 116 112 15 0 0.03 0.87 0.55 57.62 0.77 0.26
Hex 74 70 F 0 3 57 37 3A 4D 1A
Octal 164 160 17 0 3 127 67 72 115 32
Binary 1110100 1110000 1111 0 11 1010111 110111 111010 1001101 11010

Color Harmonies of #74700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74700F

Black with #74700F

Text Example


Text Example

White with #74700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74700F; }

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

 H1.HeaderClassName
 {
   color: #74700F;
 }
 .AnyTagClassName
 {
   color: #74700F;
 }
</style>

background-color css

<style>
 a { background-color: #74700F; }

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

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

border-color css

<style>
 span { border-color: #74700F; }

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

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