Html Css Color HEX #767614 Olivetone

📋 copy color: '#767614'

red 118 ◦ green 118 ◦ blue 20

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

Shades of Olivetone #767614

Tints of Olivetone #767614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 46.09%
G = 46.09%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#767614 (or 0x767614) is known color: Olivetone. HEX triplet: 76, 76 and 14. RGB value is (118,118,20). Sum of RGB (Red+Green+Blue) = 118+118+20=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767614 is #8989EB. Grayscale: #6B6B6B. Windows color (decimal): -9013740 or 1341046. OLE color: 1341046.

HSL color Cylindrical-coordinate representation of color #767614: hue angle of 60º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #767614 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 20 -
CMYK 0 0 0.83 0.54
HSL 60º 0.71% 0.27% -
HSV(B) 60º 0.83% 0.46% -
XYZ 14.08 16.86 3.17 -
YUV 106.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 118 118 20 0 0 0.83 0.54 60 0.71 0.27
Hex 76 76 14 0 0 53 36 3C 47 1B
Octal 166 166 24 0 0 123 66 74 107 33
Binary 1110110 1110110 10100 0 0 1010011 110110 111100 1000111 11011

Color Harmonies of #767614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767614

Black with #767614

Text Example


Text Example

White with #767614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767614; }

 p { color: rgb(118,118,20); }

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

background-color css

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

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

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

border-color css

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

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

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