Html Css Color HEX #70741B Olivetone

📋 copy color: '#70741B'

red 112 ◦ green 116 ◦ blue 27

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

Shades of Olivetone #70741B

Tints of Olivetone #70741B

RGB

 RED value IS 112 (44.14% from 255) = 43.92%

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 43.92%
G = 45.49%
B = 10.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#70741B (or 0x70741B) is known color: Olivetone. HEX triplet: 70, 74 and 1B. RGB value is (112,116,27). Sum of RGB (Red+Green+Blue) = 112+116+27=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #70741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70741B is #8F8BE4. Grayscale: #696969. Windows color (decimal): -9407461 or 1799280. OLE color: 1799280.

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

Color convert

RGB 112 116 27 -
CMYK 0.03 0 0.77 0.55
HSL 62.7º 0.62% 0.28% -
HSV(B) 62.7º 0.77% 0.45% -
XYZ 13.13 16.01 3.44 -
YUV 104.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 112 116 27 0.03 0 0.77 0.55 62.7 0.62 0.28
Hex 70 74 1B 3 0 4D 37 3F 3E 1C
Octal 160 164 33 3 0 115 67 77 76 34
Binary 1110000 1110100 11011 11 0 1001101 110111 111111 111110 11100

Color Harmonies of #70741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70741B

Black with #70741B

Text Example


Text Example

White with #70741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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