Html Css Color HEX #74702B Olivetone

📋 copy color: '#74702B'

red 116 ◦ green 112 ◦ blue 43

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

Shades of Olivetone #74702B

Tints of Olivetone #74702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 42.8%
G = 41.33%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74702B (or 0x74702B) is known color: Olivetone. HEX triplet: 74, 70 and 2B. RGB value is (116,112,43). Sum of RGB (Red+Green+Blue) = 116+112+43=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74702B is #8B8FD4. Grayscale: #696969. Windows color (decimal): -9146325 or 2846836. OLE color: 2846836.

HSL color Cylindrical-coordinate representation of color #74702B: hue angle of 56.71º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74702B is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 43 -
CMYK 0 0.03 0.63 0.55
HSL 56.71º 0.46% 0.31% -
HSV(B) 56.71º 0.63% 0.45% -
XYZ 13.43 15.48 4.56 -
YUV 105.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 116 112 43 0 0.03 0.63 0.55 56.71 0.46 0.31
Hex 74 70 2B 0 3 3F 37 39 2E 1F
Octal 164 160 53 0 3 77 67 71 56 37
Binary 1110100 1110000 101011 0 11 111111 110111 111001 101110 11111

Color Harmonies of #74702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74702B

Black with #74702B

Text Example


Text Example

White with #74702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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