Html Css Color HEX #74691B Olivetone

📋 copy color: '#74691B'

red 116 ◦ green 105 ◦ blue 27

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

Shades of Olivetone #74691B

Tints of Olivetone #74691B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 46.77%
G = 42.34%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74691B (or 0x74691B) is known color: Olivetone. HEX triplet: 74, 69 and 1B. RGB value is (116,105,27). Sum of RGB (Red+Green+Blue) = 116+105+27=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74691B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74691B is #8B96E4. Grayscale: #636363. Windows color (decimal): -9148133 or 1796468. OLE color: 1796468.

HSL color Cylindrical-coordinate representation of color #74691B: hue angle of 52.58º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74691B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 27 -
CMYK 0 0.09 0.77 0.55
HSL 52.58º 0.62% 0.28% -
HSV(B) 52.58º 0.77% 0.45% -
XYZ 12.45 13.9 3.06 -
YUV 99.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 116 105 27 0 0.09 0.77 0.55 52.58 0.62 0.28
Hex 74 69 1B 0 9 4D 37 35 3E 1C
Octal 164 151 33 0 11 115 67 65 76 34
Binary 1110100 1101001 11011 0 1001 1001101 110111 110101 111110 11100

Color Harmonies of #74691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74691B

Black with #74691B

Text Example


Text Example

White with #74691B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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