Html Css Color HEX #6C7301 Olive

📋 copy color: '#6C7301'

red 108 ◦ green 115 ◦ blue 1

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

Shades of Olive #6C7301

Tints of Olive #6C7301

RGB

 RED value IS 108 (42.58% from 255) = 48.21%

 GREEN value IS 115 (45.31% from 255) = 51.34%

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

R = 48.21%
G = 51.34%
B = 0.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#6C7301 (or 0x6C7301) is known color: Olive. HEX triplet: 6C, 73 and 01. RGB value is (108,115,1). Sum of RGB (Red+Green+Blue) = 108+115+1=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7301 is #938CFE. Grayscale: #646464. Windows color (decimal): -9669887 or 95084. OLE color: 95084.

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

Color convert

RGB 108 115 1 -
CMYK 0.06 0 0.99 0.55
HSL 63.68º 0.98% 0.23% -
HSV(B) 63.68º 0.99% 0.45% -
XYZ 12.32 15.45 2.36 -
YUV 99.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 108 115 1 0.06 0 0.99 0.55 63.68 0.98 0.23
Hex 6C 73 1 6 0 63 37 40 62 17
Octal 154 163 1 6 0 143 67 100 142 27
Binary 1101100 1110011 1 110 0 1100011 110111 1000000 1100010 10111

Color Harmonies of #6C7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7301

Black with #6C7301

Text Example


Text Example

White with #6C7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,1); }

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

background-color css

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

 a { background-color: rgb(108,115,1); }

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

border-color css

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

 span { border-color: rgb(108,115,1); }

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