Html Css Color HEX #75781D Olivetone

📋 copy color: '#75781D'

red 117 ◦ green 120 ◦ blue 29

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

Shades of Olivetone #75781D

Tints of Olivetone #75781D

RGB

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

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

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

R = 43.98%
G = 45.11%
B = 10.9%

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

#75781D (or 0x75781D) is known color: Olivetone. HEX triplet: 75, 78 and 1D. RGB value is (117,120,29). Sum of RGB (Red+Green+Blue) = 117+120+29=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #75781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781D is #8A87E2. Grayscale: #6D6D6D. Windows color (decimal): -9078755 or 1931381. OLE color: 1931381.

HSL color Cylindrical-coordinate representation of color #75781D: hue angle of 61.98º 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 #75781D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 29 -
CMYK 0.02 0 0.76 0.53
HSL 61.98º 0.61% 0.29% -
HSV(B) 61.98º 0.76% 0.47% -
XYZ 14.27 17.3 3.75 -
YUV 108.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 117 120 29 0.02 0 0.76 0.53 61.98 0.61 0.29
Hex 75 78 1D 2 0 4C 35 3E 3D 1D
Octal 165 170 35 2 0 114 65 76 75 35
Binary 1110101 1111000 11101 10 0 1001100 110101 111110 111101 11101

Color Harmonies of #75781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75781D

Black with #75781D

Text Example


Text Example

White with #75781D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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