Html Css Color HEX #75771E Olivetone

📋 copy color: '#75771E'

red 117 ◦ green 119 ◦ blue 30

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

Shades of Olivetone #75771E

Tints of Olivetone #75771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 43.98%
G = 44.74%
B = 11.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#75771E (or 0x75771E) is known color: Olivetone. HEX triplet: 75, 77 and 1E. RGB value is (117,119,30). Sum of RGB (Red+Green+Blue) = 117+119+30=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #75771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75771E is #8A88E1. Grayscale: #6C6C6C. Windows color (decimal): -9079010 or 1996661. OLE color: 1996661.

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

Color convert

RGB 117 119 30 -
CMYK 0.02 0 0.75 0.53
HSL 61.35º 0.6% 0.29% -
HSV(B) 61.35º 0.75% 0.47% -
XYZ 14.17 17.07 3.78 -
YUV 108.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 117 119 30 0.02 0 0.75 0.53 61.35 0.6 0.29
Hex 75 77 1E 2 0 4B 35 3D 3C 1D
Octal 165 167 36 2 0 113 65 75 74 35
Binary 1110101 1110111 11110 10 0 1001011 110101 111101 111100 11101

Color Harmonies of #75771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75771E

Black with #75771E

Text Example


Text Example

White with #75771E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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