Html Css Color HEX #76701C Olivetone

📋 copy color: '#76701C'

red 118 ◦ green 112 ◦ blue 28

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

Shades of Olivetone #76701C

Tints of Olivetone #76701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 45.74%
G = 43.41%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76701C (or 0x76701C) is known color: Olivetone. HEX triplet: 76, 70 and 1C. RGB value is (118,112,28). Sum of RGB (Red+Green+Blue) = 118+112+28=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76701C is #898FE3. Grayscale: #686868. Windows color (decimal): -9015268 or 1863798. OLE color: 1863798.

HSL color Cylindrical-coordinate representation of color #76701C: hue angle of 56º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76701C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 28 -
CMYK 0 0.05 0.76 0.54
HSL 56º 0.62% 0.29% -
HSV(B) 56º 0.76% 0.46% -
XYZ 13.47 15.52 3.38 -
YUV 104.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 118 112 28 0 0.05 0.76 0.54 56 0.62 0.29
Hex 76 70 1C 0 5 4C 36 38 3E 1D
Octal 166 160 34 0 5 114 66 70 76 35
Binary 1110110 1110000 11100 0 101 1001100 110110 111000 111110 11101

Color Harmonies of #76701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76701C

Black with #76701C

Text Example


Text Example

White with #76701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76701C; }

 p { color: rgb(118,112,28); }

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

background-color css

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

 a { background-color: rgb(118,112,28); }

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

border-color css

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

 span { border-color: rgb(118,112,28); }

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