Html Css Color HEX #747613 Olivetone

📋 copy color: '#747613'

red 116 ◦ green 118 ◦ blue 19

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

Shades of Olivetone #747613

Tints of Olivetone #747613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 45.85%
G = 46.64%
B = 7.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#747613 (or 0x747613) is known color: Olivetone. HEX triplet: 74, 76 and 13. RGB value is (116,118,19). Sum of RGB (Red+Green+Blue) = 116+118+19=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #747613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747613 is #8B89EC. Grayscale: #6A6A6A. Windows color (decimal): -9144813 or 1275508. OLE color: 1275508.

HSL color Cylindrical-coordinate representation of color #747613: hue angle of 61.21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747613 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 19 -
CMYK 0.02 0 0.84 0.54
HSL 61.21º 0.72% 0.27% -
HSV(B) 61.21º 0.84% 0.46% -
XYZ 13.8 16.72 3.12 -
YUV 106.12 78.84 135.05 -
System Red Green Blue C M Y K H S L
Decimal 116 118 19 0.02 0 0.84 0.54 61.21 0.72 0.27
Hex 74 76 13 2 0 54 36 3D 48 1B
Octal 164 166 23 2 0 124 66 75 110 33
Binary 1110100 1110110 10011 10 0 1010100 110110 111101 1001000 11011

Color Harmonies of #747613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747613

Black with #747613

Text Example


Text Example

White with #747613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747613; }

 p { color: rgb(116,118,19); }

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

background-color css

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

 a { background-color: rgb(116,118,19); }

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

border-color css

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

 span { border-color: rgb(116,118,19); }

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