Html Css Color HEX #74752D Olivetone

📋 copy color: '#74752D'

red 116 ◦ green 117 ◦ blue 45

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

Shades of Olivetone #74752D

Tints of Olivetone #74752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 41.73%
G = 42.09%
B = 16.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#74752D (or 0x74752D) is known color: Olivetone. HEX triplet: 74, 75 and 2D. RGB value is (116,117,45). Sum of RGB (Red+Green+Blue) = 116+117+45=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #74752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74752D is #8B8AD2. Grayscale: #6C6C6C. Windows color (decimal): -9145043 or 2979188. OLE color: 2979188.

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

Color convert

RGB 116 117 45 -
CMYK 0.01 0 0.62 0.54
HSL 60.83º 0.44% 0.32% -
HSV(B) 60.83º 0.62% 0.46% -
XYZ 14.04 16.63 4.95 -
YUV 108.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 116 117 45 0.01 0 0.62 0.54 60.83 0.44 0.32
Hex 74 75 2D 1 0 3E 36 3D 2C 20
Octal 164 165 55 1 0 76 66 75 54 40
Binary 1110100 1110101 101101 1 0 111110 110110 111101 101100 100000

Color Harmonies of #74752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74752D

Black with #74752D

Text Example


Text Example

White with #74752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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