Html Css Color HEX #75772B Olivetone

📋 copy color: '#75772B'

red 117 ◦ green 119 ◦ blue 43

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

Shades of Olivetone #75772B

Tints of Olivetone #75772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 41.94%
G = 42.65%
B = 15.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#75772B (or 0x75772B) is known color: Olivetone. HEX triplet: 75, 77 and 2B. RGB value is (117,119,43). Sum of RGB (Red+Green+Blue) = 117+119+43=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #75772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75772B is #8A88D4. Grayscale: #6E6E6E. Windows color (decimal): -9078997 or 2848629. OLE color: 2848629.

HSL color Cylindrical-coordinate representation of color #75772B: hue angle of 61.58º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75772B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 43 -
CMYK 0.02 0 0.64 0.53
HSL 61.58º 0.47% 0.32% -
HSV(B) 61.58º 0.64% 0.47% -
XYZ 14.37 17.15 4.84 -
YUV 109.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 117 119 43 0.02 0 0.64 0.53 61.58 0.47 0.32
Hex 75 77 2B 2 0 40 35 3E 2F 20
Octal 165 167 53 2 0 100 65 76 57 40
Binary 1110101 1110111 101011 10 0 1000000 110101 111110 101111 100000

Color Harmonies of #75772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75772B

Black with #75772B

Text Example


Text Example

White with #75772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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