Html Css Color HEX #766201 Olive

📋 copy color: '#766201'

red 118 ◦ green 98 ◦ blue 1

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

Shades of Olive #766201

Tints of Olive #766201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 54.38%
G = 45.16%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#766201 (or 0x766201) is known color: Olive. HEX triplet: 76, 62 and 01. RGB value is (118,98,1). Sum of RGB (Red+Green+Blue) = 118+98+1=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #766201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766201 is #899DFE. Grayscale: #5D5D5D. Windows color (decimal): -9018879 or 90742. OLE color: 90742.

HSL color Cylindrical-coordinate representation of color #766201: hue angle of 49.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766201 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 1 -
CMYK 0 0.17 0.99 0.54
HSL 49.74º 0.98% 0.23% -
HSV(B) 49.74º 0.99% 0.46% -
XYZ 11.84 12.59 1.83 -
YUV 92.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 118 98 1 0 0.17 0.99 0.54 49.74 0.98 0.23
Hex 76 62 1 0 11 63 36 32 62 17
Octal 166 142 1 0 21 143 66 62 142 27
Binary 1110110 1100010 1 0 10001 1100011 110110 110010 1100010 10111

Color Harmonies of #766201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766201

Black with #766201

Text Example


Text Example

White with #766201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766201; }

 p { color: rgb(118,98,1); }

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

background-color css

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

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

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

border-color css

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

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

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