Html Css Color HEX #6D7001 Olive

📋 copy color: '#6D7001'

red 109 ◦ green 112 ◦ blue 1

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

Shades of Olive #6D7001

Tints of Olive #6D7001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 49.1%
G = 50.45%
B = 0.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6D7001 (or 0x6D7001) is known color: Olive. HEX triplet: 6D, 70 and 01. RGB value is (109,112,1). Sum of RGB (Red+Green+Blue) = 109+112+1=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7001 is #928FFE. Grayscale: #626262. Windows color (decimal): -9605119 or 94317. OLE color: 94317.

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

Color convert

RGB 109 112 1 -
CMYK 0.03 0 0.99 0.56
HSL 61.62º 0.98% 0.22% -
HSV(B) 61.62º 0.99% 0.44% -
XYZ 12.11 14.84 2.26 -
YUV 98.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 109 112 1 0.03 0 0.99 0.56 61.62 0.98 0.22
Hex 6D 70 1 3 0 63 38 3E 62 16
Octal 155 160 1 3 0 143 70 76 142 26
Binary 1101101 1110000 1 11 0 1100011 111000 111110 1100010 10110

Color Harmonies of #6D7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7001

Black with #6D7001

Text Example


Text Example

White with #6D7001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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