Html Css Color HEX #767615 Olivetone

📋 copy color: '#767615'

red 118 ◦ green 118 ◦ blue 21

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

Shades of Olivetone #767615

Tints of Olivetone #767615

RGB

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

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

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

R = 45.91%
G = 45.91%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#767615 (or 0x767615) is known color: Olivetone. HEX triplet: 76, 76 and 15. RGB value is (118,118,21). Sum of RGB (Red+Green+Blue) = 118+118+21=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767615 is #8989EA. Grayscale: #6B6B6B. Windows color (decimal): -9013739 or 1406582. OLE color: 1406582.

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

Color convert

RGB 118 118 21 -
CMYK 0 0 0.82 0.54
HSL 60º 0.7% 0.27% -
HSV(B) 60º 0.82% 0.46% -
XYZ 14.09 16.86 3.22 -
YUV 106.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 118 118 21 0 0 0.82 0.54 60 0.7 0.27
Hex 76 76 15 0 0 52 36 3C 46 1B
Octal 166 166 25 0 0 122 66 74 106 33
Binary 1110110 1110110 10101 0 0 1010010 110110 111100 1000110 11011

Color Harmonies of #767615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767615

Black with #767615

Text Example


Text Example

White with #767615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767615; }

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

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

background-color css

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

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

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

border-color css

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

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

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