Html Css Color HEX #716B02 Olive

📋 copy color: '#716B02'

red 113 ◦ green 107 ◦ blue 2

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

Shades of Olive #716B02

Tints of Olive #716B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.2%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 50.9%
G = 48.2%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#716B02 (or 0x716B02) is known color: Olive. HEX triplet: 71, 6B and 02. RGB value is (113,107,2). Sum of RGB (Red+Green+Blue) = 113+107+2=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #716B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B02 is #8E94FD. Grayscale: #616161. Windows color (decimal): -9344254 or 158577. OLE color: 158577.

HSL color Cylindrical-coordinate representation of color #716B02: hue angle of 56.76º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #716B02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 2 -
CMYK 0 0.05 0.98 0.56
HSL 56.76º 0.97% 0.23% -
HSV(B) 56.76º 0.98% 0.44% -
XYZ 12.08 14.03 2.13 -
YUV 96.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 113 107 2 0 0.05 0.98 0.56 56.76 0.97 0.23
Hex 71 6B 2 0 5 62 38 39 61 17
Octal 161 153 2 0 5 142 70 71 141 27
Binary 1110001 1101011 10 0 101 1100010 111000 111001 1100001 10111

Color Harmonies of #716B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B02

Black with #716B02

Text Example


Text Example

White with #716B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716B02; }

 p { color: rgb(113,107,2); }

 H1.HeaderClassName
 {
   color: #716B02;
 }
 .AnyTagClassName
 {
   color: #716B02;
 }
</style>

background-color css

<style>
 a { background-color: #716B02; }

 a { background-color: rgb(113,107,2); }

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

border-color css

<style>
 span { border-color: #716B02; }

 span { border-color: rgb(113,107,2); }

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