Html Css Color HEX #74701D Olivetone

📋 copy color: '#74701D'

red 116 ◦ green 112 ◦ blue 29

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

Shades of Olivetone #74701D

Tints of Olivetone #74701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 45.14%
G = 43.58%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74701D (or 0x74701D) is known color: Olivetone. HEX triplet: 74, 70 and 1D. RGB value is (116,112,29). Sum of RGB (Red+Green+Blue) = 116+112+29=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74701D is #8B8FE2. Grayscale: #686868. Windows color (decimal): -9146339 or 1929332. OLE color: 1929332.

HSL color Cylindrical-coordinate representation of color #74701D: hue angle of 57.24º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74701D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 29 -
CMYK 0 0.03 0.75 0.55
HSL 57.24º 0.6% 0.28% -
HSV(B) 57.24º 0.75% 0.45% -
XYZ 13.22 15.39 3.44 -
YUV 103.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 116 112 29 0 0.03 0.75 0.55 57.24 0.6 0.28
Hex 74 70 1D 0 3 4B 37 39 3C 1C
Octal 164 160 35 0 3 113 67 71 74 34
Binary 1110100 1110000 11101 0 11 1001011 110111 111001 111100 11100

Color Harmonies of #74701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74701D

Black with #74701D

Text Example


Text Example

White with #74701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74701D; }

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

 H1.HeaderClassName
 {
   color: #74701D;
 }
 .AnyTagClassName
 {
   color: #74701D;
 }
</style>

background-color css

<style>
 a { background-color: #74701D; }

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

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

border-color css

<style>
 span { border-color: #74701D; }

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

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