Html Css Color HEX #74701E Olivetone

📋 copy color: '#74701E'

red 116 ◦ green 112 ◦ blue 30

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

Shades of Olivetone #74701E

Tints of Olivetone #74701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 44.96%
G = 43.41%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74701E (or 0x74701E) is known color: Olivetone. HEX triplet: 74, 70 and 1E. RGB value is (116,112,30). Sum of RGB (Red+Green+Blue) = 116+112+30=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74701E is #8B8FE1. Grayscale: #686868. Windows color (decimal): -9146338 or 1994868. OLE color: 1994868.

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

Color convert

RGB 116 112 30 -
CMYK 0 0.03 0.74 0.55
HSL 57.21º 0.59% 0.29% -
HSV(B) 57.21º 0.74% 0.45% -
XYZ 13.23 15.4 3.5 -
YUV 103.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 116 112 30 0 0.03 0.74 0.55 57.21 0.59 0.29
Hex 74 70 1E 0 3 4A 37 39 3B 1D
Octal 164 160 36 0 3 112 67 71 73 35
Binary 1110100 1110000 11110 0 11 1001010 110111 111001 111011 11101

Color Harmonies of #74701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74701E

Black with #74701E

Text Example


Text Example

White with #74701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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