Html Css Color HEX #74752A Olivetone

📋 copy color: '#74752A'

red 116 ◦ green 117 ◦ blue 42

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

Shades of Olivetone #74752A

Tints of Olivetone #74752A

RGB

 RED value IS 116 (45.7% from 255) = 42.18%

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 42.18%
G = 42.55%
B = 15.27%

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

#74752A (or 0x74752A) is known color: Olivetone. HEX triplet: 74, 75 and 2A. RGB value is (116,117,42). Sum of RGB (Red+Green+Blue) = 116+117+42=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #74752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74752A is #8B8AD5. Grayscale: #6C6C6C. Windows color (decimal): -9145046 or 2782580. OLE color: 2782580.

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

Color convert

RGB 116 117 42 -
CMYK 0.01 0 0.64 0.54
HSL 60.8º 0.47% 0.31% -
HSV(B) 60.8º 0.64% 0.46% -
XYZ 13.98 16.6 4.66 -
YUV 108.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 116 117 42 0.01 0 0.64 0.54 60.8 0.47 0.31
Hex 74 75 2A 1 0 40 36 3D 2F 1F
Octal 164 165 52 1 0 100 66 75 57 37
Binary 1110100 1110101 101010 1 0 1000000 110110 111101 101111 11111

Color Harmonies of #74752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74752A

Black with #74752A

Text Example


Text Example

White with #74752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74752A; }

 p { color: rgb(116,117,42); }

 H1.HeaderClassName
 {
   color: #74752A;
 }
 .AnyTagClassName
 {
   color: #74752A;
 }
</style>

background-color css

<style>
 a { background-color: #74752A; }

 a { background-color: rgb(116,117,42); }

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

border-color css

<style>
 span { border-color: #74752A; }

 span { border-color: rgb(116,117,42); }

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