Html Css Color HEX #6D7601 Olive

📋 copy color: '#6D7601'

red 109 ◦ green 118 ◦ blue 1

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

Shades of Olive #6D7601

Tints of Olive #6D7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

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

R = 47.81%
G = 51.75%
B = 0.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#6D7601 (or 0x6D7601) is known color: Olive. HEX triplet: 6D, 76 and 01. RGB value is (109,118,1). Sum of RGB (Red+Green+Blue) = 109+118+1=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7601 is #9289FE. Grayscale: #666666. Windows color (decimal): -9603583 or 95853. OLE color: 95853.

HSL color Cylindrical-coordinate representation of color #6D7601: hue angle of 64.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D7601 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 118 1 -
CMYK 0.08 0 0.99 0.54
HSL 64.62º 0.98% 0.23% -
HSV(B) 64.62º 0.99% 0.46% -
XYZ 12.79 16.21 2.48 -
YUV 101.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 109 118 1 0.08 0 0.99 0.54 64.62 0.98 0.23
Hex 6D 76 1 8 0 63 36 41 62 17
Octal 155 166 1 10 0 143 66 101 142 27
Binary 1101101 1110110 1 1000 0 1100011 110110 1000001 1100010 10111

Color Harmonies of #6D7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7601

Black with #6D7601

Text Example


Text Example

White with #6D7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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