Html Css Color HEX #767018 Olivetone

📋 copy color: '#767018'

red 118 ◦ green 112 ◦ blue 24

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

Shades of Olivetone #767018

Tints of Olivetone #767018

RGB

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

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

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

R = 46.46%
G = 44.09%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#767018 (or 0x767018) is known color: Olivetone. HEX triplet: 76, 70 and 18. RGB value is (118,112,24). Sum of RGB (Red+Green+Blue) = 118+112+24=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #767018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767018 is #898FE7. Grayscale: #686868. Windows color (decimal): -9015272 or 1601654. OLE color: 1601654.

HSL color Cylindrical-coordinate representation of color #767018: hue angle of 56.17º 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 #767018 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 24 -
CMYK 0 0.05 0.80 0.54
HSL 56.17º 0.66% 0.28% -
HSV(B) 56.17º 0.8% 0.46% -
XYZ 13.43 15.51 3.15 -
YUV 103.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 118 112 24 0 0.05 0.80 0.54 56.17 0.66 0.28
Hex 76 70 18 0 5 50 36 38 42 1C
Octal 166 160 30 0 5 120 66 70 102 34
Binary 1110110 1110000 11000 0 101 1010000 110110 111000 1000010 11100

Color Harmonies of #767018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767018

Black with #767018

Text Example


Text Example

White with #767018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767018; }

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

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

background-color css

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

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

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

border-color css

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

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

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