Html Css Color HEX #766701 Olive

📋 copy color: '#766701'

red 118 ◦ green 103 ◦ blue 1

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

Shades of Olive #766701

Tints of Olive #766701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.4%

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

R = 53.15%
G = 46.4%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#766701 (or 0x766701) is known color: Olive. HEX triplet: 76, 67 and 01. RGB value is (118,103,1). Sum of RGB (Red+Green+Blue) = 118+103+1=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766701 is #8998FE. Grayscale: #606060. Windows color (decimal): -9017599 or 92022. OLE color: 92022.

HSL color Cylindrical-coordinate representation of color #766701: hue angle of 52.31º 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 #766701 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 1 -
CMYK 0 0.13 0.99 0.54
HSL 52.31º 0.98% 0.23% -
HSV(B) 52.31º 0.99% 0.46% -
XYZ 12.33 13.55 2 -
YUV 95.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 118 103 1 0 0.13 0.99 0.54 52.31 0.98 0.23
Hex 76 67 1 0 D 63 36 34 62 17
Octal 166 147 1 0 15 143 66 64 142 27
Binary 1110110 1100111 1 0 1101 1100011 110110 110100 1100010 10111

Color Harmonies of #766701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766701

Black with #766701

Text Example


Text Example

White with #766701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766701; }

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

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

background-color css

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

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

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

border-color css

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

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

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