Html Css Color HEX #767017 Olivetone

📋 copy color: '#767017'

red 118 ◦ green 112 ◦ blue 23

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

Shades of Olivetone #767017

Tints of Olivetone #767017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 46.64%
G = 44.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#767017 (or 0x767017) is known color: Olivetone. HEX triplet: 76, 70 and 17. RGB value is (118,112,23). Sum of RGB (Red+Green+Blue) = 118+112+23=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #767017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767017 is #898FE8. Grayscale: #686868. Windows color (decimal): -9015273 or 1536118. OLE color: 1536118.

HSL color Cylindrical-coordinate representation of color #767017: hue angle of 56.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #767017 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 23 -
CMYK 0 0.05 0.81 0.54
HSL 56.21º 0.67% 0.28% -
HSV(B) 56.21º 0.81% 0.46% -
XYZ 13.42 15.5 3.1 -
YUV 103.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 118 112 23 0 0.05 0.81 0.54 56.21 0.67 0.28
Hex 76 70 17 0 5 51 36 38 43 1C
Octal 166 160 27 0 5 121 66 70 103 34
Binary 1110110 1110000 10111 0 101 1010001 110110 111000 1000011 11100

Color Harmonies of #767017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767017

Black with #767017

Text Example


Text Example

White with #767017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767017; }

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

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

background-color css

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

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

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

border-color css

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

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

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