Html Css Color HEX #767215 Olivetone

📋 copy color: '#767215'

red 118 ◦ green 114 ◦ blue 21

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

Shades of Olivetone #767215

Tints of Olivetone #767215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 46.64%
G = 45.06%
B = 8.3%

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

#767215 (or 0x767215) is known color: Olivetone. HEX triplet: 76, 72 and 15. RGB value is (118,114,21). Sum of RGB (Red+Green+Blue) = 118+114+21=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #767215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767215 is #898DEA. Grayscale: #686868. Windows color (decimal): -9014763 or 1405558. OLE color: 1405558.

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

Color convert

RGB 118 114 21 -
CMYK 0 0.03 0.82 0.54
HSL 57.53º 0.7% 0.27% -
HSV(B) 57.53º 0.82% 0.46% -
XYZ 13.62 15.94 3.07 -
YUV 104.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 118 114 21 0 0.03 0.82 0.54 57.53 0.7 0.27
Hex 76 72 15 0 3 52 36 3A 46 1B
Octal 166 162 25 0 3 122 66 72 106 33
Binary 1110110 1110010 10101 0 11 1010010 110110 111010 1000110 11011

Color Harmonies of #767215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767215

Black with #767215

Text Example


Text Example

White with #767215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767215; }

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

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

background-color css

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

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

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

border-color css

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

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

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