Html Css Color HEX #767717 Olivetone

📋 copy color: '#767717'

red 118 ◦ green 119 ◦ blue 23

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

Shades of Olivetone #767717

Tints of Olivetone #767717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.77%

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

R = 45.38%
G = 45.77%
B = 8.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#767717 (or 0x767717) is known color: Olivetone. HEX triplet: 76, 77 and 17. RGB value is (118,119,23). Sum of RGB (Red+Green+Blue) = 118+119+23=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #767717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767717 is #8988E8. Grayscale: #6C6C6C. Windows color (decimal): -9013481 or 1537910. OLE color: 1537910.

HSL color Cylindrical-coordinate representation of color #767717: hue angle of 60.63º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #767717 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 23 -
CMYK 0.01 0 0.81 0.53
HSL 60.63º 0.68% 0.28% -
HSV(B) 60.63º 0.81% 0.47% -
XYZ 14.22 17.11 3.36 -
YUV 107.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 118 119 23 0.01 0 0.81 0.53 60.63 0.68 0.28
Hex 76 77 17 1 0 51 35 3D 44 1C
Octal 166 167 27 1 0 121 65 75 104 34
Binary 1110110 1110111 10111 1 0 1010001 110101 111101 1000100 11100

Color Harmonies of #767717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767717

Black with #767717

Text Example


Text Example

White with #767717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767717; }

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

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

background-color css

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

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

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

border-color css

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

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

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