Html Css Color HEX #75782C Olivetone

📋 copy color: '#75782C'

red 117 ◦ green 120 ◦ blue 44

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

Shades of Olivetone #75782C

Tints of Olivetone #75782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 41.64%
G = 42.7%
B = 15.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#75782C (or 0x75782C) is known color: Olivetone. HEX triplet: 75, 78 and 2C. RGB value is (117,120,44). Sum of RGB (Red+Green+Blue) = 117+120+44=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #75782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75782C is #8A87D3. Grayscale: #6E6E6E. Windows color (decimal): -9078740 or 2914421. OLE color: 2914421.

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

Color convert

RGB 117 120 44 -
CMYK 0.02 0 0.63 0.53
HSL 62.37º 0.46% 0.32% -
HSV(B) 62.37º 0.63% 0.47% -
XYZ 14.51 17.4 4.98 -
YUV 110.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 117 120 44 0.02 0 0.63 0.53 62.37 0.46 0.32
Hex 75 78 2C 2 0 3F 35 3E 2E 20
Octal 165 170 54 2 0 77 65 76 56 40
Binary 1110101 1111000 101100 10 0 111111 110101 111110 101110 100000

Color Harmonies of #75782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75782C

Black with #75782C

Text Example


Text Example

White with #75782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75782C; }

 p { color: rgb(117,120,44); }

 H1.HeaderClassName
 {
   color: #75782C;
 }
 .AnyTagClassName
 {
   color: #75782C;
 }
</style>

background-color css

<style>
 a { background-color: #75782C; }

 a { background-color: rgb(117,120,44); }

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

border-color css

<style>
 span { border-color: #75782C; }

 span { border-color: rgb(117,120,44); }

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