Html Css Color HEX #767510 Olive

📋 copy color: '#767510'

red 118 ◦ green 117 ◦ blue 16

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

Shades of Olive #767510

Tints of Olive #767510

RGB

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

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

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

R = 47.01%
G = 46.61%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767510 (or 0x767510) is known color: Olive. HEX triplet: 76, 75 and 10. RGB value is (118,117,16). Sum of RGB (Red+Green+Blue) = 118+117+16=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #767510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767510 is #898AEF. Grayscale: #6A6A6A. Windows color (decimal): -9014000 or 1078646. OLE color: 1078646.

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

Color convert

RGB 118 117 16 -
CMYK 0 0.01 0.86 0.54
HSL 59.41º 0.76% 0.26% -
HSV(B) 59.41º 0.86% 0.46% -
XYZ 13.93 16.61 2.96 -
YUV 105.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 118 117 16 0 0.01 0.86 0.54 59.41 0.76 0.26
Hex 76 75 10 0 1 56 36 3B 4C 1A
Octal 166 165 20 0 1 126 66 73 114 32
Binary 1110110 1110101 10000 0 1 1010110 110110 111011 1001100 11010

Color Harmonies of #767510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767510

Black with #767510

Text Example


Text Example

White with #767510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767510; }

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

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

background-color css

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

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

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

border-color css

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

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

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