Html Css Color HEX #74731A Olivetone

📋 copy color: '#74731A'

red 116 ◦ green 115 ◦ blue 26

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

Shades of Olivetone #74731A

Tints of Olivetone #74731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 45.14%
G = 44.75%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74731A (or 0x74731A) is known color: Olivetone. HEX triplet: 74, 73 and 1A. RGB value is (116,115,26). Sum of RGB (Red+Green+Blue) = 116+115+26=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74731A is #8B8CE5. Grayscale: #696969. Windows color (decimal): -9145574 or 1733492. OLE color: 1733492.

HSL color Cylindrical-coordinate representation of color #74731A: hue angle of 59.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74731A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 26 -
CMYK 0 0.01 0.78 0.55
HSL 59.33º 0.63% 0.28% -
HSV(B) 59.33º 0.78% 0.45% -
XYZ 13.52 16.05 3.36 -
YUV 105.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 116 115 26 0 0.01 0.78 0.55 59.33 0.63 0.28
Hex 74 73 1A 0 1 4E 37 3B 3F 1C
Octal 164 163 32 0 1 116 67 73 77 34
Binary 1110100 1110011 11010 0 1 1001110 110111 111011 111111 11100

Color Harmonies of #74731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74731A

Black with #74731A

Text Example


Text Example

White with #74731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74731A; }

 p { color: rgb(116,115,26); }

 H1.HeaderClassName
 {
   color: #74731A;
 }
 .AnyTagClassName
 {
   color: #74731A;
 }
</style>

background-color css

<style>
 a { background-color: #74731A; }

 a { background-color: rgb(116,115,26); }

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

border-color css

<style>
 span { border-color: #74731A; }

 span { border-color: rgb(116,115,26); }

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