Html Css Color HEX #71981B Olive Drab

📋 copy color: '#71981B'

red 113 ◦ green 152 ◦ blue 27

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

Shades of Olive Drab #71981B

Tints of Olive Drab #71981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.05%

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

R = 38.7%
G = 52.05%
B = 9.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#71981B (or 0x71981B) is known color: Olive Drab. HEX triplet: 71, 98 and 1B. RGB value is (113,152,27). Sum of RGB (Red+Green+Blue) = 113+152+27=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #71981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71981B is #8E67E4. Grayscale: #7E7E7E. Windows color (decimal): -9332709 or 1808497. OLE color: 1808497.

HSL color Cylindrical-coordinate representation of color #71981B: hue angle of 78.72º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71981B is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 27 -
CMYK 0.26 0 0.82 0.40
HSL 78.72º 0.7% 0.35% -
HSV(B) 78.72º 0.82% 0.6% -
XYZ 18.24 26.05 5.1 -
YUV 126.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 113 152 27 0.26 0 0.82 0.40 78.72 0.7 0.35
Hex 71 98 1B 1A 0 52 28 4F 46 23
Octal 161 230 33 32 0 122 50 117 106 43
Binary 1110001 10011000 11011 11010 0 1010010 101000 1001111 1000110 100011

Color Harmonies of #71981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71981B

Black with #71981B

Text Example


Text Example

White with #71981B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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