Html Css Color HEX #75762B Olivetone

📋 copy color: '#75762B'

red 117 ◦ green 118 ◦ blue 43

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

Shades of Olivetone #75762B

Tints of Olivetone #75762B

RGB

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

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

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

R = 42.09%
G = 42.45%
B = 15.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75762B (or 0x75762B) is known color: Olivetone. HEX triplet: 75, 76 and 2B. RGB value is (117,118,43). Sum of RGB (Red+Green+Blue) = 117+118+43=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #75762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75762B is #8A89D4. Grayscale: #6D6D6D. Windows color (decimal): -9079253 or 2848373. OLE color: 2848373.

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

Color convert

RGB 117 118 43 -
CMYK 0.01 0 0.64 0.54
HSL 60.8º 0.47% 0.32% -
HSV(B) 60.8º 0.64% 0.46% -
XYZ 14.25 16.91 4.8 -
YUV 109.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 117 118 43 0.01 0 0.64 0.54 60.8 0.47 0.32
Hex 75 76 2B 1 0 40 36 3D 2F 20
Octal 165 166 53 1 0 100 66 75 57 40
Binary 1110101 1110110 101011 1 0 1000000 110110 111101 101111 100000

Color Harmonies of #75762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75762B

Black with #75762B

Text Example


Text Example

White with #75762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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