Html Css Color HEX #767517 Olivetone

📋 copy color: '#767517'

red 118 ◦ green 117 ◦ blue 23

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

Shades of Olivetone #767517

Tints of Olivetone #767517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

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

R = 45.74%
G = 45.35%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#767517 (or 0x767517) is known color: Olivetone. HEX triplet: 76, 75 and 17. RGB value is (118,117,23). Sum of RGB (Red+Green+Blue) = 118+117+23=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #767517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767517 is #898AE8. Grayscale: #6A6A6A. Windows color (decimal): -9013993 or 1537398. OLE color: 1537398.

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

Color convert

RGB 118 117 23 -
CMYK 0 0.01 0.81 0.54
HSL 59.37º 0.67% 0.28% -
HSV(B) 59.37º 0.81% 0.46% -
XYZ 13.99 16.64 3.28 -
YUV 106.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 118 117 23 0 0.01 0.81 0.54 59.37 0.67 0.28
Hex 76 75 17 0 1 51 36 3B 43 1C
Octal 166 165 27 0 1 121 66 73 103 34
Binary 1110110 1110101 10111 0 1 1010001 110110 111011 1000011 11100

Color Harmonies of #767517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767517

Black with #767517

Text Example


Text Example

White with #767517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767517; }

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

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

background-color css

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

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

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

border-color css

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

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

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