Html Css Color HEX #74691A Olivetone

📋 copy color: '#74691A'

red 116 ◦ green 105 ◦ blue 26

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

Shades of Olivetone #74691A

Tints of Olivetone #74691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

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

R = 46.96%
G = 42.51%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74691A (or 0x74691A) is known color: Olivetone. HEX triplet: 74, 69 and 1A. RGB value is (116,105,26). Sum of RGB (Red+Green+Blue) = 116+105+26=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74691A is #8B96E5. Grayscale: #636363. Windows color (decimal): -9148134 or 1730932. OLE color: 1730932.

HSL color Cylindrical-coordinate representation of color #74691A: hue angle of 52.67º 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 #74691A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 26 -
CMYK 0 0.09 0.78 0.55
HSL 52.67º 0.63% 0.28% -
HSV(B) 52.67º 0.78% 0.45% -
XYZ 12.44 13.89 3 -
YUV 99.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 116 105 26 0 0.09 0.78 0.55 52.67 0.63 0.28
Hex 74 69 1A 0 9 4E 37 35 3F 1C
Octal 164 151 32 0 11 116 67 65 77 34
Binary 1110100 1101001 11010 0 1001 1001110 110111 110101 111111 11100

Color Harmonies of #74691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74691A

Black with #74691A

Text Example


Text Example

White with #74691A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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