Html Css Color HEX #6F820D Olive

📋 copy color: '#6F820D'

red 111 ◦ green 130 ◦ blue 13

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

Shades of Olive #6F820D

Tints of Olive #6F820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.18%

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

R = 43.7%
G = 51.18%
B = 5.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#6F820D (or 0x6F820D) is known color: Olive. HEX triplet: 6F, 82 and 0D. RGB value is (111,130,13). Sum of RGB (Red+Green+Blue) = 111+130+13=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #6F820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F820D is #907DF2. Grayscale: #6F6F6F. Windows color (decimal): -9469427 or 885359. OLE color: 885359.

HSL color Cylindrical-coordinate representation of color #6F820D: hue angle of 69.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F820D is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 13 -
CMYK 0.15 0 0.9 0.49
HSL 69.74º 0.82% 0.28% -
HSV(B) 69.74º 0.9% 0.51% -
XYZ 14.61 19.37 3.35 -
YUV 110.98 72.71 128.01 -
System Red Green Blue C M Y K H S L
Decimal 111 130 13 0.15 0 0.9 0.49 69.74 0.82 0.28
Hex 6F 82 D F 0 5A 31 46 52 1C
Octal 157 202 15 17 0 132 61 106 122 34
Binary 1101111 10000010 1101 1111 0 1011010 110001 1000110 1010010 11100

Color Harmonies of #6F820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F820D

Black with #6F820D

Text Example


Text Example

White with #6F820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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