Html Css Color HEX #74762B Olivetone

📋 copy color: '#74762B'

red 116 ◦ green 118 ◦ blue 43

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

Shades of Olivetone #74762B

Tints of Olivetone #74762B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 41.88%
G = 42.6%
B = 15.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#74762B (or 0x74762B) is known color: Olivetone. HEX triplet: 74, 76 and 2B. RGB value is (116,118,43). Sum of RGB (Red+Green+Blue) = 116+118+43=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #74762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762B is #8B89D4. Grayscale: #6D6D6D. Windows color (decimal): -9144789 or 2848372. OLE color: 2848372.

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

Color convert

RGB 116 118 43 -
CMYK 0.02 0 0.64 0.54
HSL 61.6º 0.47% 0.32% -
HSV(B) 61.6º 0.64% 0.46% -
XYZ 14.12 16.84 4.79 -
YUV 108.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 116 118 43 0.02 0 0.64 0.54 61.6 0.47 0.32
Hex 74 76 2B 2 0 40 36 3E 2F 20
Octal 164 166 53 2 0 100 66 76 57 40
Binary 1110100 1110110 101011 10 0 1000000 110110 111110 101111 100000

Color Harmonies of #74762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74762B

Black with #74762B

Text Example


Text Example

White with #74762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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