Html Css Color HEX #74762F Olivetone

📋 copy color: '#74762F'

red 116 ◦ green 118 ◦ blue 47

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

Shades of Olivetone #74762F

Tints of Olivetone #74762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 41.28%
G = 41.99%
B = 16.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#74762F (or 0x74762F) is known color: Olivetone. HEX triplet: 74, 76 and 2F. RGB value is (116,118,47). Sum of RGB (Red+Green+Blue) = 116+118+47=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #74762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762F is #8B89D0. Grayscale: #6D6D6D. Windows color (decimal): -9144785 or 3110516. OLE color: 3110516.

HSL color Cylindrical-coordinate representation of color #74762F: hue angle of 61.69º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74762F is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 47 -
CMYK 0.02 0 0.60 0.54
HSL 61.69º 0.43% 0.32% -
HSV(B) 61.69º 0.6% 0.46% -
XYZ 14.19 16.88 5.2 -
YUV 109.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 116 118 47 0.02 0 0.60 0.54 61.69 0.43 0.32
Hex 74 76 2F 2 0 3C 36 3E 2B 20
Octal 164 166 57 2 0 74 66 76 53 40
Binary 1110100 1110110 101111 10 0 111100 110110 111110 101011 100000

Color Harmonies of #74762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74762F

Black with #74762F

Text Example


Text Example

White with #74762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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