Html Css Color HEX #717F06 Olive

📋 copy color: '#717F06'

red 113 ◦ green 127 ◦ blue 6

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

Shades of Olive #717F06

Tints of Olive #717F06

RGB

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

 GREEN value IS 127 (50% from 255) = 51.63%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 45.93%
G = 51.63%
B = 2.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#717F06 (or 0x717F06) is known color: Olive. HEX triplet: 71, 7F and 06. RGB value is (113,127,6). Sum of RGB (Red+Green+Blue) = 113+127+6=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #717F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717F06 is #8E80F9. Grayscale: #6D6D6D. Windows color (decimal): -9339130 or 425841. OLE color: 425841.

HSL color Cylindrical-coordinate representation of color #717F06: hue angle of 66.94º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #717F06 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 127 6 -
CMYK 0.11 0 0.95 0.50
HSL 66.94º 0.91% 0.26% -
HSV(B) 66.94º 0.95% 0.5% -
XYZ 14.43 18.7 3.02 -
YUV 109.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 113 127 6 0.11 0 0.95 0.50 66.94 0.91 0.26
Hex 71 7F 6 B 0 5F 32 43 5B 1A
Octal 161 177 6 13 0 137 62 103 133 32
Binary 1110001 1111111 110 1011 0 1011111 110010 1000011 1011011 11010

Color Harmonies of #717F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F06

Black with #717F06

Text Example


Text Example

White with #717F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717F06; }

 p { color: rgb(113,127,6); }

 H1.HeaderClassName
 {
   color: #717F06;
 }
 .AnyTagClassName
 {
   color: #717F06;
 }
</style>

background-color css

<style>
 a { background-color: #717F06; }

 a { background-color: rgb(113,127,6); }

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

border-color css

<style>
 span { border-color: #717F06; }

 span { border-color: rgb(113,127,6); }

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