Html Css Color HEX #75771D Olivetone

📋 copy color: '#75771D'

red 117 ◦ green 119 ◦ blue 29

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

Shades of Olivetone #75771D

Tints of Olivetone #75771D

RGB

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

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

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

R = 44.15%
G = 44.91%
B = 10.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#75771D (or 0x75771D) is known color: Olivetone. HEX triplet: 75, 77 and 1D. RGB value is (117,119,29). Sum of RGB (Red+Green+Blue) = 117+119+29=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #75771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75771D is #8A88E2. Grayscale: #6C6C6C. Windows color (decimal): -9079011 or 1931125. OLE color: 1931125.

HSL color Cylindrical-coordinate representation of color #75771D: hue angle of 61.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75771D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 29 -
CMYK 0.02 0 0.76 0.53
HSL 61.33º 0.61% 0.29% -
HSV(B) 61.33º 0.76% 0.47% -
XYZ 14.15 17.06 3.71 -
YUV 108.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 117 119 29 0.02 0 0.76 0.53 61.33 0.61 0.29
Hex 75 77 1D 2 0 4C 35 3D 3D 1D
Octal 165 167 35 2 0 114 65 75 75 35
Binary 1110101 1110111 11101 10 0 1001100 110101 111101 111101 11101

Color Harmonies of #75771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75771D

Black with #75771D

Text Example


Text Example

White with #75771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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