Html Css Color HEX #6F700A Olive

📋 copy color: '#6F700A'

red 111 ◦ green 112 ◦ blue 10

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

Shades of Olive #6F700A

Tints of Olive #6F700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 47.64%
G = 48.07%
B = 4.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F700A (or 0x6F700A) is known color: Olive. HEX triplet: 6F, 70 and 0A. RGB value is (111,112,10). Sum of RGB (Red+Green+Blue) = 111+112+10=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #6F700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F700A is #908FF5. Grayscale: #646464. Windows color (decimal): -9474038 or 684143. OLE color: 684143.

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

Color convert

RGB 111 112 10 -
CMYK 0.01 0 0.91 0.56
HSL 60.59º 0.84% 0.24% -
HSV(B) 60.59º 0.91% 0.44% -
XYZ 12.4 14.99 2.53 -
YUV 100.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 111 112 10 0.01 0 0.91 0.56 60.59 0.84 0.24
Hex 6F 70 A 1 0 5B 38 3D 54 18
Octal 157 160 12 1 0 133 70 75 124 30
Binary 1101111 1110000 1010 1 0 1011011 111000 111101 1010100 11000

Color Harmonies of #6F700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F700A

Black with #6F700A

Text Example


Text Example

White with #6F700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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