Html Css Color HEX #6C8301 Olive

📋 copy color: '#6C8301'

red 108 ◦ green 131 ◦ blue 1

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

Shades of Olive #6C8301

Tints of Olive #6C8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

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

R = 45%
G = 54.58%
B = 0.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#6C8301 (or 0x6C8301) is known color: Olive. HEX triplet: 6C, 83 and 01. RGB value is (108,131,1). Sum of RGB (Red+Green+Blue) = 108+131+1=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8301 is #937CFE. Grayscale: #6D6D6D. Windows color (decimal): -9665791 or 99180. OLE color: 99180.

HSL color Cylindrical-coordinate representation of color #6C8301: hue angle of 70.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C8301 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 1 -
CMYK 0.18 0 0.99 0.49
HSL 70.62º 0.98% 0.26% -
HSV(B) 70.62º 0.99% 0.51% -
XYZ 14.31 19.42 3.02 -
YUV 109.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 108 131 1 0.18 0 0.99 0.49 70.62 0.98 0.26
Hex 6C 83 1 12 0 63 31 47 62 1A
Octal 154 203 1 22 0 143 61 107 142 32
Binary 1101100 10000011 1 10010 0 1100011 110001 1000111 1100010 11010

Color Harmonies of #6C8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8301

Black with #6C8301

Text Example


Text Example

White with #6C8301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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