Html Css Color HEX #747714 Olivetone

📋 copy color: '#747714'

red 116 ◦ green 119 ◦ blue 20

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

Shades of Olivetone #747714

Tints of Olivetone #747714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 45.49%
G = 46.67%
B = 7.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#747714 (or 0x747714) is known color: Olivetone. HEX triplet: 74, 77 and 14. RGB value is (116,119,20). Sum of RGB (Red+Green+Blue) = 116+119+20=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #747714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747714 is #8B88EB. Grayscale: #6B6B6B. Windows color (decimal): -9144556 or 1341300. OLE color: 1341300.

HSL color Cylindrical-coordinate representation of color #747714: hue angle of 61.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #747714 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 20 -
CMYK 0.03 0 0.83 0.53
HSL 61.82º 0.71% 0.27% -
HSV(B) 61.82º 0.83% 0.47% -
XYZ 13.93 16.96 3.2 -
YUV 106.82 79.01 134.55 -
System Red Green Blue C M Y K H S L
Decimal 116 119 20 0.03 0 0.83 0.53 61.82 0.71 0.27
Hex 74 77 14 3 0 53 35 3E 47 1B
Octal 164 167 24 3 0 123 65 76 107 33
Binary 1110100 1110111 10100 11 0 1010011 110101 111110 1000111 11011

Color Harmonies of #747714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747714

Black with #747714

Text Example


Text Example

White with #747714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747714; }

 p { color: rgb(116,119,20); }

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

background-color css

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

 a { background-color: rgb(116,119,20); }

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

border-color css

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

 span { border-color: rgb(116,119,20); }

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