Html Css Color HEX #767610 Olive

📋 copy color: '#767610'

red 118 ◦ green 118 ◦ blue 16

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

Shades of Olive #767610

Tints of Olive #767610

RGB

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

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

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

R = 46.83%
G = 46.83%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767610 (or 0x767610) is known color: Olive. HEX triplet: 76, 76 and 10. RGB value is (118,118,16). Sum of RGB (Red+Green+Blue) = 118+118+16=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767610 is #8989EF. Grayscale: #6A6A6A. Windows color (decimal): -9013744 or 1078902. OLE color: 1078902.

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

Color convert

RGB 118 118 16 -
CMYK 0 0 0.86 0.54
HSL 60º 0.76% 0.26% -
HSV(B) 60º 0.86% 0.46% -
XYZ 14.04 16.85 3 -
YUV 106.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 118 118 16 0 0 0.86 0.54 60 0.76 0.26
Hex 76 76 10 0 0 56 36 3C 4C 1A
Octal 166 166 20 0 0 126 66 74 114 32
Binary 1110110 1110110 10000 0 0 1010110 110110 111100 1001100 11010

Color Harmonies of #767610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767610

Black with #767610

Text Example


Text Example

White with #767610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767610; }

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

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

background-color css

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

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

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

border-color css

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

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

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