Html Css Color HEX #766F0C Olive

📋 copy color: '#766F0C'

red 118 ◦ green 111 ◦ blue 12

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

Shades of Olive #766F0C

Tints of Olive #766F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.06%

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 48.96%
G = 46.06%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#766F0C (or 0x766F0C) is known color: Olive. HEX triplet: 76, 6F and 0C. RGB value is (118,111,12). Sum of RGB (Red+Green+Blue) = 118+111+12=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F0C is #8990F3. Grayscale: #666666. Windows color (decimal): -9015540 or 814966. OLE color: 814966.

HSL color Cylindrical-coordinate representation of color #766F0C: hue angle of 56.04º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #766F0C is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 12 -
CMYK 0 0.06 0.90 0.54
HSL 56.04º 0.82% 0.25% -
HSV(B) 56.04º 0.9% 0.46% -
XYZ 13.22 15.25 2.59 -
YUV 101.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 118 111 12 0 0.06 0.90 0.54 56.04 0.82 0.25
Hex 76 6F C 0 6 5A 36 38 52 19
Octal 166 157 14 0 6 132 66 70 122 31
Binary 1110110 1101111 1100 0 110 1011010 110110 111000 1010010 11001

Color Harmonies of #766F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F0C

Black with #766F0C

Text Example


Text Example

White with #766F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,12); }

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

background-color css

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

 a { background-color: rgb(118,111,12); }

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

border-color css

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

 span { border-color: rgb(118,111,12); }

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