Html Css Color HEX #74691E Olivetone

📋 copy color: '#74691E'

red 116 ◦ green 105 ◦ blue 30

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

Shades of Olivetone #74691E

Tints of Olivetone #74691E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 46.22%
G = 41.83%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74691E (or 0x74691E) is known color: Olivetone. HEX triplet: 74, 69 and 1E. RGB value is (116,105,30). Sum of RGB (Red+Green+Blue) = 116+105+30=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74691E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74691E is #8B96E1. Grayscale: #646464. Windows color (decimal): -9148130 or 1993076. OLE color: 1993076.

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

Color convert

RGB 116 105 30 -
CMYK 0 0.09 0.74 0.55
HSL 52.33º 0.59% 0.29% -
HSV(B) 52.33º 0.74% 0.45% -
XYZ 12.49 13.91 3.25 -
YUV 99.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 116 105 30 0 0.09 0.74 0.55 52.33 0.59 0.29
Hex 74 69 1E 0 9 4A 37 34 3B 1D
Octal 164 151 36 0 11 112 67 64 73 35
Binary 1110100 1101001 11110 0 1001 1001010 110111 110100 111011 11101

Color Harmonies of #74691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74691E

Black with #74691E

Text Example


Text Example

White with #74691E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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