Html Css Color HEX #6D701F Olivetone

📋 copy color: '#6D701F'

red 109 ◦ green 112 ◦ blue 31

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

Shades of Olivetone #6D701F

Tints of Olivetone #6D701F

RGB

 RED value IS 109 (42.97% from 255) = 43.25%

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 43.25%
G = 44.44%
B = 12.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6D701F (or 0x6D701F) is known color: Olivetone. HEX triplet: 6D, 70 and 1F. RGB value is (109,112,31). Sum of RGB (Red+Green+Blue) = 109+112+31=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #6D701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D701F is #928FE0. Grayscale: #666666. Windows color (decimal): -9605089 or 2060397. OLE color: 2060397.

HSL color Cylindrical-coordinate representation of color #6D701F: hue angle of 62.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D701F is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 31 -
CMYK 0.03 0 0.72 0.56
HSL 62.22º 0.57% 0.28% -
HSV(B) 62.22º 0.72% 0.44% -
XYZ 12.35 14.94 3.53 -
YUV 101.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 109 112 31 0.03 0 0.72 0.56 62.22 0.57 0.28
Hex 6D 70 1F 3 0 48 38 3E 39 1C
Octal 155 160 37 3 0 110 70 76 71 34
Binary 1101101 1110000 11111 11 0 1001000 111000 111110 111001 11100

Color Harmonies of #6D701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D701F

Black with #6D701F

Text Example


Text Example

White with #6D701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,31); }

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

background-color css

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

 a { background-color: rgb(109,112,31); }

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

border-color css

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

 span { border-color: rgb(109,112,31); }

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