Html Css Color HEX #766706 Olive

📋 copy color: '#766706'

red 118 ◦ green 103 ◦ blue 6

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

Shades of Olive #766706

Tints of Olive #766706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 51.98%
G = 45.37%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#766706 (or 0x766706) is known color: Olive. HEX triplet: 76, 67 and 06. RGB value is (118,103,6). Sum of RGB (Red+Green+Blue) = 118+103+6=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #766706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766706 is #8998F9. Grayscale: #606060. Windows color (decimal): -9017594 or 419702. OLE color: 419702.

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

Color convert

RGB 118 103 6 -
CMYK 0 0.13 0.95 0.54
HSL 51.96º 0.9% 0.24% -
HSV(B) 51.96º 0.95% 0.46% -
XYZ 12.35 13.57 2.14 -
YUV 96.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 118 103 6 0 0.13 0.95 0.54 51.96 0.9 0.24
Hex 76 67 6 0 D 5F 36 34 5A 18
Octal 166 147 6 0 15 137 66 64 132 30
Binary 1110110 1100111 110 0 1101 1011111 110110 110100 1011010 11000

Color Harmonies of #766706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766706

Black with #766706

Text Example


Text Example

White with #766706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766706; }

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

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

background-color css

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

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

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

border-color css

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

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

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