Html Css Color HEX #74782B Olivetone

📋 copy color: '#74782B'

red 116 ◦ green 120 ◦ blue 43

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

Shades of Olivetone #74782B

Tints of Olivetone #74782B

RGB

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

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

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

R = 41.58%
G = 43.01%
B = 15.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#74782B (or 0x74782B) is known color: Olivetone. HEX triplet: 74, 78 and 2B. RGB value is (116,120,43). Sum of RGB (Red+Green+Blue) = 116+120+43=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #74782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782B is #8B87D4. Grayscale: #6E6E6E. Windows color (decimal): -9144277 or 2848884. OLE color: 2848884.

HSL color Cylindrical-coordinate representation of color #74782B: hue angle of 63.12º degrees, saturation: 0.47, 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 #74782B is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 43 -
CMYK 0.03 0 0.64 0.53
HSL 63.12º 0.47% 0.32% -
HSV(B) 63.12º 0.64% 0.47% -
XYZ 14.35 17.32 4.87 -
YUV 110.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 116 120 43 0.03 0 0.64 0.53 63.12 0.47 0.32
Hex 74 78 2B 3 0 40 35 3F 2F 20
Octal 164 170 53 3 0 100 65 77 57 40
Binary 1110100 1111000 101011 11 0 1000000 110101 111111 101111 100000

Color Harmonies of #74782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74782B

Black with #74782B

Text Example


Text Example

White with #74782B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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