Html Css Color HEX #6C7400 Olive

📋 copy color: '#6C7400'

red 108 ◦ green 116 ◦ blue 0

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

Shades of Olive #6C7400

Tints of Olive #6C7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.79%

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

R = 48.21%
G = 51.79%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#6C7400 (or 0x6C7400) is known color: Olive. HEX triplet: 6C, 74 and 00. RGB value is (108,116,0). Sum of RGB (Red+Green+Blue) = 108+116+0=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7400 is #938BFF. Grayscale: #646464. Windows color (decimal): -9669632 or 29804. OLE color: 29804.

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

Color convert

RGB 108 116 0 -
CMYK 0.07 0 1 0.55
HSL 64.14º 1% 0.23% -
HSV(B) 64.14º 1% 0.45% -
XYZ 12.43 15.68 2.37 -
YUV 100.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 108 116 0 0.07 0 1 0.55 64.14 1 0.23
Hex 6C 74 0 7 0 64 37 40 64 17
Octal 154 164 0 7 0 144 67 100 144 27
Binary 1101100 1110100 0 111 0 1100100 110111 1000000 1100100 10111

Color Harmonies of #6C7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7400

Black with #6C7400

Text Example


Text Example

White with #6C7400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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