Html Css Color HEX #767210 Olive

📋 copy color: '#767210'

red 118 ◦ green 114 ◦ blue 16

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

Shades of Olive #767210

Tints of Olive #767210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 47.58%
G = 45.97%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767210 (or 0x767210) is known color: Olive. HEX triplet: 76, 72 and 10. RGB value is (118,114,16). Sum of RGB (Red+Green+Blue) = 118+114+16=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #767210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767210 is #898DEF. Grayscale: #686868. Windows color (decimal): -9014768 or 1077878. OLE color: 1077878.

HSL color Cylindrical-coordinate representation of color #767210: hue angle of 57.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #767210 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 16 -
CMYK 0 0.03 0.86 0.54
HSL 57.65º 0.76% 0.26% -
HSV(B) 57.65º 0.86% 0.46% -
XYZ 13.58 15.92 2.85 -
YUV 104.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 118 114 16 0 0.03 0.86 0.54 57.65 0.76 0.26
Hex 76 72 10 0 3 56 36 3A 4C 1A
Octal 166 162 20 0 3 126 66 72 114 32
Binary 1110110 1110010 10000 0 11 1010110 110110 111010 1001100 11010

Color Harmonies of #767210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767210

Black with #767210

Text Example


Text Example

White with #767210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767210; }

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

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

background-color css

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

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

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

border-color css

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

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

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