Html Css Color HEX #74681F Olivetone

📋 copy color: '#74681F'

red 116 ◦ green 104 ◦ blue 31

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

Shades of Olivetone #74681F

Tints of Olivetone #74681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.43%

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 46.22%
G = 41.43%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74681F (or 0x74681F) is known color: Olivetone. HEX triplet: 74, 68 and 1F. RGB value is (116,104,31). Sum of RGB (Red+Green+Blue) = 116+104+31=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74681F is #8B97E0. Grayscale: #636363. Windows color (decimal): -9148385 or 2058356. OLE color: 2058356.

HSL color Cylindrical-coordinate representation of color #74681F: hue angle of 51.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74681F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 31 -
CMYK 0 0.10 0.73 0.55
HSL 51.53º 0.58% 0.29% -
HSV(B) 51.53º 0.73% 0.45% -
XYZ 12.4 13.71 3.29 -
YUV 99.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 116 104 31 0 0.10 0.73 0.55 51.53 0.58 0.29
Hex 74 68 1F 0 A 49 37 34 3A 1D
Octal 164 150 37 0 12 111 67 64 72 35
Binary 1110100 1101000 11111 0 1010 1001001 110111 110100 111010 11101

Color Harmonies of #74681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74681F

Black with #74681F

Text Example


Text Example

White with #74681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,104,31); }

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

background-color css

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

 a { background-color: rgb(116,104,31); }

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

border-color css

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

 span { border-color: rgb(116,104,31); }

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