Html Css Color HEX #767315 Olivetone

📋 copy color: '#767315'

red 118 ◦ green 115 ◦ blue 21

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

Shades of Olivetone #767315

Tints of Olivetone #767315

RGB

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

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

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

R = 46.46%
G = 45.28%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#767315 (or 0x767315) is known color: Olivetone. HEX triplet: 76, 73 and 15. RGB value is (118,115,21). Sum of RGB (Red+Green+Blue) = 118+115+21=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #767315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767315 is #898CEA. Grayscale: #696969. Windows color (decimal): -9014507 or 1405814. OLE color: 1405814.

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

Color convert

RGB 118 115 21 -
CMYK 0 0.03 0.82 0.54
HSL 58.14º 0.7% 0.27% -
HSV(B) 58.14º 0.82% 0.46% -
XYZ 13.74 16.17 3.11 -
YUV 105.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 118 115 21 0 0.03 0.82 0.54 58.14 0.7 0.27
Hex 76 73 15 0 3 52 36 3A 46 1B
Octal 166 163 25 0 3 122 66 72 106 33
Binary 1110110 1110011 10101 0 11 1010010 110110 111010 1000110 11011

Color Harmonies of #767315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767315

Black with #767315

Text Example


Text Example

White with #767315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767315; }

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

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

background-color css

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

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

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

border-color css

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

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

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