Html Css Color HEX #71781B Olivetone

📋 copy color: '#71781B'

red 113 ◦ green 120 ◦ blue 27

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

Shades of Olivetone #71781B

Tints of Olivetone #71781B

RGB

 RED value IS 113 (44.53% from 255) = 43.46%

 GREEN value IS 120 (47.27% from 255) = 46.15%

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

R = 43.46%
G = 46.15%
B = 10.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#71781B (or 0x71781B) is known color: Olivetone. HEX triplet: 71, 78 and 1B. RGB value is (113,120,27). Sum of RGB (Red+Green+Blue) = 113+120+27=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #71781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71781B is #8E87E4. Grayscale: #6B6B6B. Windows color (decimal): -9340901 or 1800305. OLE color: 1800305.

HSL color Cylindrical-coordinate representation of color #71781B: hue angle of 64.52º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71781B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 120 27 -
CMYK 0.06 0 0.78 0.53
HSL 64.52º 0.63% 0.29% -
HSV(B) 64.52º 0.78% 0.47% -
XYZ 13.72 17.02 3.6 -
YUV 107.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 113 120 27 0.06 0 0.78 0.53 64.52 0.63 0.29
Hex 71 78 1B 6 0 4E 35 41 3F 1D
Octal 161 170 33 6 0 116 65 101 77 35
Binary 1110001 1111000 11011 110 0 1001110 110101 1000001 111111 11101

Color Harmonies of #71781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71781B

Black with #71781B

Text Example


Text Example

White with #71781B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,120,27); }

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

background-color css

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

 a { background-color: rgb(113,120,27); }

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

border-color css

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

 span { border-color: rgb(113,120,27); }

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