Html Css Color HEX #74782F Olivetone

📋 copy color: '#74782F'

red 116 ◦ green 120 ◦ blue 47

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

Shades of Olivetone #74782F

Tints of Olivetone #74782F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 40.99%
G = 42.4%
B = 16.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#74782F (or 0x74782F) is known color: Olivetone. HEX triplet: 74, 78 and 2F. RGB value is (116,120,47). Sum of RGB (Red+Green+Blue) = 116+120+47=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #74782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782F is #8B87D0. Grayscale: #6E6E6E. Windows color (decimal): -9144273 or 3111028. OLE color: 3111028.

HSL color Cylindrical-coordinate representation of color #74782F: hue angle of 63.29º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74782F is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 47 -
CMYK 0.03 0 0.61 0.53
HSL 63.29º 0.44% 0.33% -
HSV(B) 63.29º 0.61% 0.47% -
XYZ 14.43 17.35 5.28 -
YUV 110.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 116 120 47 0.03 0 0.61 0.53 63.29 0.44 0.33
Hex 74 78 2F 3 0 3D 35 3F 2C 21
Octal 164 170 57 3 0 75 65 77 54 41
Binary 1110100 1111000 101111 11 0 111101 110101 111111 101100 100001

Color Harmonies of #74782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74782F

Black with #74782F

Text Example


Text Example

White with #74782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74782F; }

 p { color: rgb(116,120,47); }

 H1.HeaderClassName
 {
   color: #74782F;
 }
 .AnyTagClassName
 {
   color: #74782F;
 }
</style>

background-color css

<style>
 a { background-color: #74782F; }

 a { background-color: rgb(116,120,47); }

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

border-color css

<style>
 span { border-color: #74782F; }

 span { border-color: rgb(116,120,47); }

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