Html Css Color HEX #6F7020 Olivetone

📋 copy color: '#6F7020'

red 111 ◦ green 112 ◦ blue 32

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

Shades of Olivetone #6F7020

Tints of Olivetone #6F7020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 43.53%
G = 43.92%
B = 12.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F7020 (or 0x6F7020) is known color: Olivetone. HEX triplet: 6F, 70 and 20. RGB value is (111,112,32). Sum of RGB (Red+Green+Blue) = 111+112+32=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7020 is #908FDF. Grayscale: #666666. Windows color (decimal): -9474016 or 2125935. OLE color: 2125935.

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

Color convert

RGB 111 112 32 -
CMYK 0.01 0 0.71 0.56
HSL 60.75º 0.56% 0.28% -
HSV(B) 60.75º 0.71% 0.44% -
XYZ 12.61 15.07 3.61 -
YUV 102.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 111 112 32 0.01 0 0.71 0.56 60.75 0.56 0.28
Hex 6F 70 20 1 0 47 38 3D 38 1C
Octal 157 160 40 1 0 107 70 75 70 34
Binary 1101111 1110000 100000 1 0 1000111 111000 111101 111000 11100

Color Harmonies of #6F7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7020

Black with #6F7020

Text Example


Text Example

White with #6F7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,32); }

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

background-color css

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

 a { background-color: rgb(111,112,32); }

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

border-color css

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

 span { border-color: rgb(111,112,32); }

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