Html Css Color HEX #766D05 Olive

📋 copy color: '#766D05'

red 118 ◦ green 109 ◦ blue 5

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

Shades of Olive #766D05

Tints of Olive #766D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

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

R = 50.86%
G = 46.98%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766D05 (or 0x766D05) is known color: Olive. HEX triplet: 76, 6D and 05. RGB value is (118,109,5). Sum of RGB (Red+Green+Blue) = 118+109+5=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D05 is #8992FA. Grayscale: #646464. Windows color (decimal): -9016059 or 355702. OLE color: 355702.

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

Color convert

RGB 118 109 5 -
CMYK 0 0.08 0.96 0.54
HSL 55.22º 0.92% 0.24% -
HSV(B) 55.22º 0.96% 0.46% -
XYZ 12.97 14.8 2.32 -
YUV 99.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 118 109 5 0 0.08 0.96 0.54 55.22 0.92 0.24
Hex 76 6D 5 0 8 60 36 37 5C 18
Octal 166 155 5 0 10 140 66 67 134 30
Binary 1110110 1101101 101 0 1000 1100000 110110 110111 1011100 11000

Color Harmonies of #766D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D05

Black with #766D05

Text Example


Text Example

White with #766D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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