Html Css Color HEX #74792B Olivetone

📋 copy color: '#74792B'

red 116 ◦ green 121 ◦ blue 43

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

Shades of Olivetone #74792B

Tints of Olivetone #74792B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.21%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 41.43%
G = 43.21%
B = 15.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#74792B (or 0x74792B) is known color: Olivetone. HEX triplet: 74, 79 and 2B. RGB value is (116,121,43). Sum of RGB (Red+Green+Blue) = 116+121+43=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #74792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74792B is #8B86D4. Grayscale: #6E6E6E. Windows color (decimal): -9144021 or 2849140. OLE color: 2849140.

HSL color Cylindrical-coordinate representation of color #74792B: hue angle of 63.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74792B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 43 -
CMYK 0.04 0 0.64 0.53
HSL 63.85º 0.48% 0.32% -
HSV(B) 63.85º 0.64% 0.47% -
XYZ 14.48 17.56 4.91 -
YUV 110.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 116 121 43 0.04 0 0.64 0.53 63.85 0.48 0.32
Hex 74 79 2B 4 0 40 35 40 30 20
Octal 164 171 53 4 0 100 65 100 60 40
Binary 1110100 1111001 101011 100 0 1000000 110101 1000000 110000 100000

Color Harmonies of #74792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74792B

Black with #74792B

Text Example


Text Example

White with #74792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74792B; }

 p { color: rgb(116,121,43); }

 H1.HeaderClassName
 {
   color: #74792B;
 }
 .AnyTagClassName
 {
   color: #74792B;
 }
</style>

background-color css

<style>
 a { background-color: #74792B; }

 a { background-color: rgb(116,121,43); }

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

border-color css

<style>
 span { border-color: #74792B; }

 span { border-color: rgb(116,121,43); }

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