Html Css Color HEX #6D700B Olive

📋 copy color: '#6D700B'

red 109 ◦ green 112 ◦ blue 11

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

Shades of Olive #6D700B

Tints of Olive #6D700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 46.98%
G = 48.28%
B = 4.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6D700B (or 0x6D700B) is known color: Olive. HEX triplet: 6D, 70 and 0B. RGB value is (109,112,11). Sum of RGB (Red+Green+Blue) = 109+112+11=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #6D700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D700B is #928FF4. Grayscale: #636363. Windows color (decimal): -9605109 or 749677. OLE color: 749677.

HSL color Cylindrical-coordinate representation of color #6D700B: hue angle of 61.78º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D700B is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 11 -
CMYK 0.03 0 0.90 0.56
HSL 61.78º 0.82% 0.24% -
HSV(B) 61.78º 0.9% 0.44% -
XYZ 12.16 14.86 2.54 -
YUV 99.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 109 112 11 0.03 0 0.90 0.56 61.78 0.82 0.24
Hex 6D 70 B 3 0 5A 38 3E 52 18
Octal 155 160 13 3 0 132 70 76 122 30
Binary 1101101 1110000 1011 11 0 1011010 111000 111110 1010010 11000

Color Harmonies of #6D700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D700B

Black with #6D700B

Text Example


Text Example

White with #6D700B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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