Html Css Color HEX #74681C Olivetone

📋 copy color: '#74681C'

red 116 ◦ green 104 ◦ blue 28

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

Shades of Olivetone #74681C

Tints of Olivetone #74681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 46.77%
G = 41.94%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74681C (or 0x74681C) is known color: Olivetone. HEX triplet: 74, 68 and 1C. RGB value is (116,104,28). Sum of RGB (Red+Green+Blue) = 116+104+28=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74681C is #8B97E3. Grayscale: #636363. Windows color (decimal): -9148388 or 1861748. OLE color: 1861748.

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

Color convert

RGB 116 104 28 -
CMYK 0 0.10 0.76 0.55
HSL 51.82º 0.61% 0.28% -
HSV(B) 51.82º 0.76% 0.45% -
XYZ 12.36 13.7 3.09 -
YUV 98.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 116 104 28 0 0.10 0.76 0.55 51.82 0.61 0.28
Hex 74 68 1C 0 A 4C 37 34 3D 1C
Octal 164 150 34 0 12 114 67 64 75 34
Binary 1110100 1101000 11100 0 1010 1001100 110111 110100 111101 11100

Color Harmonies of #74681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74681C

Black with #74681C

Text Example


Text Example

White with #74681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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