Html Css Color HEX #767729 Olivetone

📋 copy color: '#767729'

red 118 ◦ green 119 ◦ blue 41

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

Shades of Olivetone #767729

Tints of Olivetone #767729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 42.45%
G = 42.81%
B = 14.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#767729 (or 0x767729) is known color: Olivetone. HEX triplet: 76, 77 and 29. RGB value is (118,119,41). Sum of RGB (Red+Green+Blue) = 118+119+41=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #767729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767729 is #8988D6. Grayscale: #6E6E6E. Windows color (decimal): -9013463 or 2717558. OLE color: 2717558.

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

Color convert

RGB 118 119 41 -
CMYK 0.01 0 0.66 0.53
HSL 60.77º 0.49% 0.31% -
HSV(B) 60.77º 0.66% 0.47% -
XYZ 14.47 17.21 4.66 -
YUV 109.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 118 119 41 0.01 0 0.66 0.53 60.77 0.49 0.31
Hex 76 77 29 1 0 42 35 3D 31 1F
Octal 166 167 51 1 0 102 65 75 61 37
Binary 1110110 1110111 101001 1 0 1000010 110101 111101 110001 11111

Color Harmonies of #767729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767729

Black with #767729

Text Example


Text Example

White with #767729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767729; }

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

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

background-color css

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

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

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

border-color css

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

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

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