Html Css Color HEX #767512 Olivetone

📋 copy color: '#767512'

red 118 ◦ green 117 ◦ blue 18

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

Shades of Olivetone #767512

Tints of Olivetone #767512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 46.64%
G = 46.25%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#767512 (or 0x767512) is known color: Olivetone. HEX triplet: 76, 75 and 12. RGB value is (118,117,18). Sum of RGB (Red+Green+Blue) = 118+117+18=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #767512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767512 is #898AED. Grayscale: #6A6A6A. Windows color (decimal): -9013998 or 1209718. OLE color: 1209718.

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

Color convert

RGB 118 117 18 -
CMYK 0 0.01 0.85 0.54
HSL 59.4º 0.74% 0.27% -
HSV(B) 59.4º 0.85% 0.46% -
XYZ 13.94 16.62 3.05 -
YUV 106.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 118 117 18 0 0.01 0.85 0.54 59.4 0.74 0.27
Hex 76 75 12 0 1 55 36 3B 4A 1B
Octal 166 165 22 0 1 125 66 73 112 33
Binary 1110110 1110101 10010 0 1 1010101 110110 111011 1001010 11011

Color Harmonies of #767512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767512

Black with #767512

Text Example


Text Example

White with #767512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767512; }

 p { color: rgb(118,117,18); }

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

background-color css

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

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

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

border-color css

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

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

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