Html Css Color HEX #6F840D Olive

📋 copy color: '#6F840D'

red 111 ◦ green 132 ◦ blue 13

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

Shades of Olive #6F840D

Tints of Olive #6F840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 43.36%
G = 51.56%
B = 5.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#6F840D (or 0x6F840D) is known color: Olive. HEX triplet: 6F, 84 and 0D. RGB value is (111,132,13). Sum of RGB (Red+Green+Blue) = 111+132+13=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #6F840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F840D is #907BF2. Grayscale: #707070. Windows color (decimal): -9468915 or 885871. OLE color: 885871.

HSL color Cylindrical-coordinate representation of color #6F840D: hue angle of 70.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F840D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 132 13 -
CMYK 0.16 0 0.90 0.48
HSL 70.59º 0.82% 0.28% -
HSV(B) 70.59º 0.9% 0.52% -
XYZ 14.88 19.91 3.44 -
YUV 112.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 111 132 13 0.16 0 0.90 0.48 70.59 0.82 0.28
Hex 6F 84 D 10 0 5A 30 47 52 1C
Octal 157 204 15 20 0 132 60 107 122 34
Binary 1101111 10000100 1101 10000 0 1011010 110000 1000111 1010010 11100

Color Harmonies of #6F840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F840D

Black with #6F840D

Text Example


Text Example

White with #6F840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,13); }

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

background-color css

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

 a { background-color: rgb(111,132,13); }

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

border-color css

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

 span { border-color: rgb(111,132,13); }

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