Html Css Color HEX #74752C Olivetone

📋 copy color: '#74752C'

red 116 ◦ green 117 ◦ blue 44

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

Shades of Olivetone #74752C

Tints of Olivetone #74752C

RGB

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

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

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

R = 41.88%
G = 42.24%
B = 15.88%

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

#74752C (or 0x74752C) is known color: Olivetone. HEX triplet: 74, 75 and 2C. RGB value is (116,117,44). Sum of RGB (Red+Green+Blue) = 116+117+44=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #74752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74752C is #8B8AD3. Grayscale: #6C6C6C. Windows color (decimal): -9145044 or 2913652. OLE color: 2913652.

HSL color Cylindrical-coordinate representation of color #74752C: hue angle of 60.82º degrees, saturation: 0.45, 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 #74752C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 44 -
CMYK 0.01 0 0.62 0.54
HSL 60.82º 0.45% 0.32% -
HSV(B) 60.82º 0.62% 0.46% -
XYZ 14.02 16.62 4.85 -
YUV 108.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 116 117 44 0.01 0 0.62 0.54 60.82 0.45 0.32
Hex 74 75 2C 1 0 3E 36 3D 2D 20
Octal 164 165 54 1 0 76 66 75 55 40
Binary 1110100 1110101 101100 1 0 111110 110110 111101 101101 100000

Color Harmonies of #74752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74752C

Black with #74752C

Text Example


Text Example

White with #74752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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