Html Css Color HEX #766803 Olive

📋 copy color: '#766803'

red 118 ◦ green 104 ◦ blue 3

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

Shades of Olive #766803

Tints of Olive #766803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 52.44%
G = 46.22%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766803 (or 0x766803) is known color: Olive. HEX triplet: 76, 68 and 03. RGB value is (118,104,3). Sum of RGB (Red+Green+Blue) = 118+104+3=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #766803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766803 is #8997FC. Grayscale: #616161. Windows color (decimal): -9017341 or 223350. OLE color: 223350.

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

Color convert

RGB 118 104 3 -
CMYK 0 0.12 0.97 0.54
HSL 52.7º 0.95% 0.24% -
HSV(B) 52.7º 0.97% 0.46% -
XYZ 12.44 13.76 2.09 -
YUV 96.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 118 104 3 0 0.12 0.97 0.54 52.7 0.95 0.24
Hex 76 68 3 0 C 61 36 35 5F 18
Octal 166 150 3 0 14 141 66 65 137 30
Binary 1110110 1101000 11 0 1100 1100001 110110 110101 1011111 11000

Color Harmonies of #766803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766803

Black with #766803

Text Example


Text Example

White with #766803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766803; }

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

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

background-color css

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

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

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

border-color css

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

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

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