Html Css Color HEX #74761D Olivetone

📋 copy color: '#74761D'

red 116 ◦ green 118 ◦ blue 29

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

Shades of Olivetone #74761D

Tints of Olivetone #74761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 44.11%
G = 44.87%
B = 11.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#74761D (or 0x74761D) is known color: Olivetone. HEX triplet: 74, 76 and 1D. RGB value is (116,118,29). Sum of RGB (Red+Green+Blue) = 116+118+29=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #74761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74761D is #8B89E2. Grayscale: #6B6B6B. Windows color (decimal): -9144803 or 1930868. OLE color: 1930868.

HSL color Cylindrical-coordinate representation of color #74761D: hue angle of 61.35º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74761D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 29 -
CMYK 0.02 0 0.75 0.54
HSL 61.35º 0.61% 0.29% -
HSV(B) 61.35º 0.75% 0.46% -
XYZ 13.9 16.76 3.66 -
YUV 107.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 116 118 29 0.02 0 0.75 0.54 61.35 0.61 0.29
Hex 74 76 1D 2 0 4B 36 3D 3D 1D
Octal 164 166 35 2 0 113 66 75 75 35
Binary 1110100 1110110 11101 10 0 1001011 110110 111101 111101 11101

Color Harmonies of #74761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74761D

Black with #74761D

Text Example


Text Example

White with #74761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74761D; }

 p { color: rgb(116,118,29); }

 H1.HeaderClassName
 {
   color: #74761D;
 }
 .AnyTagClassName
 {
   color: #74761D;
 }
</style>

background-color css

<style>
 a { background-color: #74761D; }

 a { background-color: rgb(116,118,29); }

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

border-color css

<style>
 span { border-color: #74761D; }

 span { border-color: rgb(116,118,29); }

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