Html Css Color HEX #767810 Olive

📋 copy color: '#767810'

red 118 ◦ green 120 ◦ blue 16

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

Shades of Olive #767810

Tints of Olive #767810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.24%

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

R = 46.46%
G = 47.24%
B = 6.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#767810 (or 0x767810) is known color: Olive. HEX triplet: 76, 78 and 10. RGB value is (118,120,16). Sum of RGB (Red+Green+Blue) = 118+120+16=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #767810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767810 is #8987EF. Grayscale: #6B6B6B. Windows color (decimal): -9013232 or 1079414. OLE color: 1079414.

HSL color Cylindrical-coordinate representation of color #767810: hue angle of 61.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #767810 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 16 -
CMYK 0.02 0 0.87 0.53
HSL 61.15º 0.76% 0.27% -
HSV(B) 61.15º 0.87% 0.47% -
XYZ 14.28 17.32 3.08 -
YUV 107.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 118 120 16 0.02 0 0.87 0.53 61.15 0.76 0.27
Hex 76 78 10 2 0 57 35 3D 4C 1B
Octal 166 170 20 2 0 127 65 75 114 33
Binary 1110110 1111000 10000 10 0 1010111 110101 111101 1001100 11011

Color Harmonies of #767810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767810

Black with #767810

Text Example


Text Example

White with #767810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767810; }

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

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

background-color css

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

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

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

border-color css

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

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

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