Html Css Color HEX #766805 Olive

📋 copy color: '#766805'

red 118 ◦ green 104 ◦ blue 5

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

Shades of Olive #766805

Tints of Olive #766805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.81%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 51.98%
G = 45.81%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766805 (or 0x766805) is known color: Olive. HEX triplet: 76, 68 and 05. RGB value is (118,104,5). Sum of RGB (Red+Green+Blue) = 118+104+5=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #766805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766805 is #8997FA. Grayscale: #616161. Windows color (decimal): -9017339 or 354422. OLE color: 354422.

HSL color Cylindrical-coordinate representation of color #766805: hue angle of 52.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #766805 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 5 -
CMYK 0 0.12 0.96 0.54
HSL 52.57º 0.92% 0.24% -
HSV(B) 52.57º 0.96% 0.46% -
XYZ 12.45 13.76 2.14 -
YUV 96.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 118 104 5 0 0.12 0.96 0.54 52.57 0.92 0.24
Hex 76 68 5 0 C 60 36 35 5C 18
Octal 166 150 5 0 14 140 66 65 134 30
Binary 1110110 1101000 101 0 1100 1100000 110110 110101 1011100 11000

Color Harmonies of #766805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766805

Black with #766805

Text Example


Text Example

White with #766805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766805; }

 p { color: rgb(118,104,5); }

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

background-color css

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

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

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

border-color css

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

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

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