Html Css Color HEX #6F730D Olive

📋 copy color: '#6F730D'

red 111 ◦ green 115 ◦ blue 13

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

Shades of Olive #6F730D

Tints of Olive #6F730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.12%

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

R = 46.44%
G = 48.12%
B = 5.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#6F730D (or 0x6F730D) is known color: Olive. HEX triplet: 6F, 73 and 0D. RGB value is (111,115,13). Sum of RGB (Red+Green+Blue) = 111+115+13=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #6F730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F730D is #908CF2. Grayscale: #666666. Windows color (decimal): -9473267 or 881519. OLE color: 881519.

HSL color Cylindrical-coordinate representation of color #6F730D: hue angle of 62.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F730D is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 115 13 -
CMYK 0.03 0 0.89 0.55
HSL 62.35º 0.8% 0.25% -
HSV(B) 62.35º 0.89% 0.45% -
XYZ 12.76 15.67 2.73 -
YUV 102.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 111 115 13 0.03 0 0.89 0.55 62.35 0.8 0.25
Hex 6F 73 D 3 0 59 37 3E 50 19
Octal 157 163 15 3 0 131 67 76 120 31
Binary 1101111 1110011 1101 11 0 1011001 110111 111110 1010000 11001

Color Harmonies of #6F730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F730D

Black with #6F730D

Text Example


Text Example

White with #6F730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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