Html Css Color HEX #70651B Olivetone

📋 copy color: '#70651B'

red 112 ◦ green 101 ◦ blue 27

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

Shades of Olivetone #70651B

Tints of Olivetone #70651B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 46.67%
G = 42.08%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70651B (or 0x70651B) is known color: Olivetone. HEX triplet: 70, 65 and 1B. RGB value is (112,101,27). Sum of RGB (Red+Green+Blue) = 112+101+27=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70651B is #8F9AE4. Grayscale: #606060. Windows color (decimal): -9411301 or 1795440. OLE color: 1795440.

HSL color Cylindrical-coordinate representation of color #70651B: hue angle of 52.24º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70651B is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 27 -
CMYK 0 0.10 0.76 0.56
HSL 52.24º 0.61% 0.27% -
HSV(B) 52.24º 0.76% 0.44% -
XYZ 11.53 12.83 2.91 -
YUV 95.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 112 101 27 0 0.10 0.76 0.56 52.24 0.61 0.27
Hex 70 65 1B 0 A 4C 38 34 3D 1B
Octal 160 145 33 0 12 114 70 64 75 33
Binary 1110000 1100101 11011 0 1010 1001100 111000 110100 111101 11011

Color Harmonies of #70651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70651B

Black with #70651B

Text Example


Text Example

White with #70651B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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