Html Css Color HEX #6F7129 Olivetone

📋 copy color: '#6F7129'

red 111 ◦ green 113 ◦ blue 41

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

Shades of Olivetone #6F7129

Tints of Olivetone #6F7129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 41.89%
G = 42.64%
B = 15.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#6F7129 (or 0x6F7129) is known color: Olivetone. HEX triplet: 6F, 71 and 29. RGB value is (111,113,41). Sum of RGB (Red+Green+Blue) = 111+113+41=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7129 is #908ED6. Grayscale: #686868. Windows color (decimal): -9473751 or 2716015. OLE color: 2716015.

HSL color Cylindrical-coordinate representation of color #6F7129: hue angle of 61.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F7129 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 41 -
CMYK 0.02 0 0.64 0.56
HSL 61.67º 0.47% 0.3% -
HSV(B) 61.67º 0.64% 0.44% -
XYZ 12.86 15.35 4.38 -
YUV 104.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 111 113 41 0.02 0 0.64 0.56 61.67 0.47 0.3
Hex 6F 71 29 2 0 40 38 3E 2F 1E
Octal 157 161 51 2 0 100 70 76 57 36
Binary 1101111 1110001 101001 10 0 1000000 111000 111110 101111 11110

Color Harmonies of #6F7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7129

Black with #6F7129

Text Example


Text Example

White with #6F7129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,113,41); }

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

background-color css

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

 a { background-color: rgb(111,113,41); }

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

border-color css

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

 span { border-color: rgb(111,113,41); }

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