Html Css Color HEX #75761D Olivetone

📋 copy color: '#75761D'

red 117 ◦ green 118 ◦ blue 29

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

Shades of Olivetone #75761D

Tints of Olivetone #75761D

RGB

 RED value IS 117 (46.09% from 255) = 44.32%

 GREEN value IS 118 (46.48% from 255) = 44.7%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 44.32%
G = 44.7%
B = 10.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75761D (or 0x75761D) is known color: Olivetone. HEX triplet: 75, 76 and 1D. RGB value is (117,118,29). Sum of RGB (Red+Green+Blue) = 117+118+29=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #75761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75761D is #8A89E2. Grayscale: #6B6B6B. Windows color (decimal): -9079267 or 1930869. OLE color: 1930869.

HSL color Cylindrical-coordinate representation of color #75761D: hue angle of 60.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75761D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 29 -
CMYK 0.01 0 0.75 0.54
HSL 60.67º 0.61% 0.29% -
HSV(B) 60.67º 0.75% 0.46% -
XYZ 14.04 16.83 3.67 -
YUV 107.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 117 118 29 0.01 0 0.75 0.54 60.67 0.61 0.29
Hex 75 76 1D 1 0 4B 36 3D 3D 1D
Octal 165 166 35 1 0 113 66 75 75 35
Binary 1110101 1110110 11101 1 0 1001011 110110 111101 111101 11101

Color Harmonies of #75761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75761D

Black with #75761D

Text Example


Text Example

White with #75761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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