Html Css Color HEX #757315 Olivetone

📋 copy color: '#757315'

red 117 ◦ green 115 ◦ blue 21

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

Shades of Olivetone #757315

Tints of Olivetone #757315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 46.25%
G = 45.45%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#757315 (or 0x757315) is known color: Olivetone. HEX triplet: 75, 73 and 15. RGB value is (117,115,21). Sum of RGB (Red+Green+Blue) = 117+115+21=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #757315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757315 is #8A8CEA. Grayscale: #696969. Windows color (decimal): -9080043 or 1405813. OLE color: 1405813.

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

Color convert

RGB 117 115 21 -
CMYK 0 0.02 0.82 0.54
HSL 58.75º 0.7% 0.27% -
HSV(B) 58.75º 0.82% 0.46% -
XYZ 13.6 16.1 3.1 -
YUV 104.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 117 115 21 0 0.02 0.82 0.54 58.75 0.7 0.27
Hex 75 73 15 0 2 52 36 3B 46 1B
Octal 165 163 25 0 2 122 66 73 106 33
Binary 1110101 1110011 10101 0 10 1010010 110110 111011 1000110 11011

Color Harmonies of #757315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757315

Black with #757315

Text Example


Text Example

White with #757315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757315; }

 p { color: rgb(117,115,21); }

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

background-color css

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

 a { background-color: rgb(117,115,21); }

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

border-color css

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

 span { border-color: rgb(117,115,21); }

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