Html Css Color HEX #6C7201 Olive

📋 copy color: '#6C7201'

red 108 ◦ green 114 ◦ blue 1

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

Shades of Olive #6C7201

Tints of Olive #6C7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.12%

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

R = 48.43%
G = 51.12%
B = 0.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#6C7201 (or 0x6C7201) is known color: Olive. HEX triplet: 6C, 72 and 01. RGB value is (108,114,1). Sum of RGB (Red+Green+Blue) = 108+114+1=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7201 is #938DFE. Grayscale: #636363. Windows color (decimal): -9670143 or 94828. OLE color: 94828.

HSL color Cylindrical-coordinate representation of color #6C7201: hue angle of 63.19º 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 #6C7201 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 1 -
CMYK 0.05 0 0.99 0.55
HSL 63.19º 0.98% 0.23% -
HSV(B) 63.19º 0.99% 0.45% -
XYZ 12.21 15.22 2.32 -
YUV 99.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 108 114 1 0.05 0 0.99 0.55 63.19 0.98 0.23
Hex 6C 72 1 5 0 63 37 3F 62 17
Octal 154 162 1 5 0 143 67 77 142 27
Binary 1101100 1110010 1 101 0 1100011 110111 111111 1100010 10111

Color Harmonies of #6C7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7201

Black with #6C7201

Text Example


Text Example

White with #6C7201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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