Html Css Color HEX #6D9201 Olive

📋 copy color: '#6D9201'

red 109 ◦ green 146 ◦ blue 1

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

Shades of Olive #6D9201

Tints of Olive #6D9201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.03%

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

R = 42.58%
G = 57.03%
B = 0.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#6D9201 (or 0x6D9201) is known color: Olive. HEX triplet: 6D, 92 and 01. RGB value is (109,146,1). Sum of RGB (Red+Green+Blue) = 109+146+1=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9201 is #926DFE. Grayscale: #767676. Windows color (decimal): -9596415 or 103021. OLE color: 103021.

HSL color Cylindrical-coordinate representation of color #6D9201: hue angle of 75.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D9201 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 146 1 -
CMYK 0.25 0 0.99 0.43
HSL 75.31º 0.99% 0.29% -
HSV(B) 75.31º 0.99% 0.57% -
XYZ 16.59 23.81 3.75 -
YUV 118.41 61.74 121.29 -
System Red Green Blue C M Y K H S L
Decimal 109 146 1 0.25 0 0.99 0.43 75.31 0.99 0.29
Hex 6D 92 1 19 0 63 2B 4B 63 1D
Octal 155 222 1 31 0 143 53 113 143 35
Binary 1101101 10010010 1 11001 0 1100011 101011 1001011 1100011 11101

Color Harmonies of #6D9201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9201

Black with #6D9201

Text Example


Text Example

White with #6D9201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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