Html Css Color HEX #6F8705 Olive

📋 copy color: '#6F8705'

red 111 ◦ green 135 ◦ blue 5

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

Shades of Olive #6F8705

Tints of Olive #6F8705

RGB

 RED value IS 111 (43.75% from 255) = 44.22%

 GREEN value IS 135 (53.13% from 255) = 53.78%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 44.22%
G = 53.78%
B = 1.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#6F8705 (or 0x6F8705) is known color: Olive. HEX triplet: 6F, 87 and 05. RGB value is (111,135,5). Sum of RGB (Red+Green+Blue) = 111+135+5=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8705 is #9078FA. Grayscale: #717171. Windows color (decimal): -9468155 or 362351. OLE color: 362351.

HSL color Cylindrical-coordinate representation of color #6F8705: hue angle of 71.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F8705 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 5 -
CMYK 0.18 0 0.96 0.47
HSL 71.08º 0.93% 0.27% -
HSV(B) 71.08º 0.96% 0.53% -
XYZ 15.25 20.72 3.34 -
YUV 113 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 111 135 5 0.18 0 0.96 0.47 71.08 0.93 0.27
Hex 6F 87 5 12 0 60 2F 47 5D 1B
Octal 157 207 5 22 0 140 57 107 135 33
Binary 1101111 10000111 101 10010 0 1100000 101111 1000111 1011101 11011

Color Harmonies of #6F8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8705

Black with #6F8705

Text Example


Text Example

White with #6F8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F8705; }

 p { color: rgb(111,135,5); }

 H1.HeaderClassName
 {
   color: #6F8705;
 }
 .AnyTagClassName
 {
   color: #6F8705;
 }
</style>

background-color css

<style>
 a { background-color: #6F8705; }

 a { background-color: rgb(111,135,5); }

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

border-color css

<style>
 span { border-color: #6F8705; }

 span { border-color: rgb(111,135,5); }

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