Html Css Color HEX #6D7901 Olive

📋 copy color: '#6D7901'

red 109 ◦ green 121 ◦ blue 1

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

Shades of Olive #6D7901

Tints of Olive #6D7901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.38%

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

R = 47.19%
G = 52.38%
B = 0.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#6D7901 (or 0x6D7901) is known color: Olive. HEX triplet: 6D, 79 and 01. RGB value is (109,121,1). Sum of RGB (Red+Green+Blue) = 109+121+1=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7901 is #9286FE. Grayscale: #686868. Windows color (decimal): -9602815 or 96621. OLE color: 96621.

HSL color Cylindrical-coordinate representation of color #6D7901: hue angle of 66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D7901 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 121 1 -
CMYK 0.10 0 0.99 0.53
HSL 66º 0.98% 0.24% -
HSV(B) 66º 0.99% 0.47% -
XYZ 13.15 16.93 2.6 -
YUV 103.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 109 121 1 0.10 0 0.99 0.53 66 0.98 0.24
Hex 6D 79 1 A 0 63 35 42 62 18
Octal 155 171 1 12 0 143 65 102 142 30
Binary 1101101 1111001 1 1010 0 1100011 110101 1000010 1100010 11000

Color Harmonies of #6D7901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7901

Black with #6D7901

Text Example


Text Example

White with #6D7901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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