Html Css Color HEX #757713 Olivetone

📋 copy color: '#757713'

red 117 ◦ green 119 ◦ blue 19

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

Shades of Olivetone #757713

Tints of Olivetone #757713

RGB

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

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

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

R = 45.88%
G = 46.67%
B = 7.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#757713 (or 0x757713) is known color: Olivetone. HEX triplet: 75, 77 and 13. RGB value is (117,119,19). Sum of RGB (Red+Green+Blue) = 117+119+19=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #757713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757713 is #8A88EC. Grayscale: #6B6B6B. Windows color (decimal): -9079021 or 1275765. OLE color: 1275765.

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

Color convert

RGB 117 119 19 -
CMYK 0.02 0 0.84 0.53
HSL 61.2º 0.72% 0.27% -
HSV(B) 61.2º 0.84% 0.47% -
XYZ 14.05 17.02 3.16 -
YUV 107 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 117 119 19 0.02 0 0.84 0.53 61.2 0.72 0.27
Hex 75 77 13 2 0 54 35 3D 48 1B
Octal 165 167 23 2 0 124 65 75 110 33
Binary 1110101 1110111 10011 10 0 1010100 110101 111101 1001000 11011

Color Harmonies of #757713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757713

Black with #757713

Text Example


Text Example

White with #757713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757713; }

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

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

background-color css

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

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

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

border-color css

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

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

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