Html Css Color HEX #767318 Olivetone

📋 copy color: '#767318'

red 118 ◦ green 115 ◦ blue 24

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

Shades of Olivetone #767318

Tints of Olivetone #767318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 45.91%
G = 44.75%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#767318 (or 0x767318) is known color: Olivetone. HEX triplet: 76, 73 and 18. RGB value is (118,115,24). Sum of RGB (Red+Green+Blue) = 118+115+24=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #767318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767318 is #898CE7. Grayscale: #696969. Windows color (decimal): -9014504 or 1602422. OLE color: 1602422.

HSL color Cylindrical-coordinate representation of color #767318: hue angle of 58.09º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #767318 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 24 -
CMYK 0 0.03 0.80 0.54
HSL 58.09º 0.66% 0.28% -
HSV(B) 58.09º 0.8% 0.46% -
XYZ 13.77 16.18 3.26 -
YUV 105.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 118 115 24 0 0.03 0.80 0.54 58.09 0.66 0.28
Hex 76 73 18 0 3 50 36 3A 42 1C
Octal 166 163 30 0 3 120 66 72 102 34
Binary 1110110 1110011 11000 0 11 1010000 110110 111010 1000010 11100

Color Harmonies of #767318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767318

Black with #767318

Text Example


Text Example

White with #767318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767318; }

 p { color: rgb(118,115,24); }

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

background-color css

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

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

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

border-color css

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

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

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