Html Css Color HEX #757613 Olivetone

📋 copy color: '#757613'

red 117 ◦ green 118 ◦ blue 19

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

Shades of Olivetone #757613

Tints of Olivetone #757613

RGB

 RED value IS 117 (46.09% from 255) = 46.06%

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

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

R = 46.06%
G = 46.46%
B = 7.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#757613 (or 0x757613) is known color: Olivetone. HEX triplet: 75, 76 and 13. RGB value is (117,118,19). Sum of RGB (Red+Green+Blue) = 117+118+19=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #757613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757613 is #8A89EC. Grayscale: #6A6A6A. Windows color (decimal): -9079277 or 1275509. OLE color: 1275509.

HSL color Cylindrical-coordinate representation of color #757613: hue angle of 60.61º 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 #757613 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 19 -
CMYK 0.01 0 0.84 0.54
HSL 60.61º 0.72% 0.27% -
HSV(B) 60.61º 0.84% 0.46% -
XYZ 13.93 16.79 3.12 -
YUV 106.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 117 118 19 0.01 0 0.84 0.54 60.61 0.72 0.27
Hex 75 76 13 1 0 54 36 3D 48 1B
Octal 165 166 23 1 0 124 66 75 110 33
Binary 1110101 1110110 10011 1 0 1010100 110110 111101 1001000 11011

Color Harmonies of #757613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757613

Black with #757613

Text Example


Text Example

White with #757613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757613; }

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

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

background-color css

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

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

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

border-color css

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

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

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