Html Css Color HEX #6C8300 Olive

📋 copy color: '#6C8300'

red 108 ◦ green 131 ◦ blue 0

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

Shades of Olive #6C8300

Tints of Olive #6C8300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.19%
G = 54.81%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#6C8300 (or 0x6C8300) is known color: Olive. HEX triplet: 6C, 83 and 00. RGB value is (108,131,0). Sum of RGB (Red+Green+Blue) = 108+131+0=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8300 is #937CFF. Grayscale: #6D6D6D. Windows color (decimal): -9665792 or 33644. OLE color: 33644.

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

Color convert

RGB 108 131 0 -
CMYK 0.18 0 1 0.49
HSL 70.53º 1% 0.26% -
HSV(B) 70.53º 1% 0.51% -
XYZ 14.3 19.42 2.99 -
YUV 109.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 108 131 0 0.18 0 1 0.49 70.53 1 0.26
Hex 6C 83 0 12 0 64 31 47 64 1A
Octal 154 203 0 22 0 144 61 107 144 32
Binary 1101100 10000011 0 10010 0 1100100 110001 1000111 1100100 11010

Color Harmonies of #6C8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8300

Black with #6C8300

Text Example


Text Example

White with #6C8300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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