Html Css Color HEX #6C7304 Olive

📋 copy color: '#6C7304'

red 108 ◦ green 115 ◦ blue 4

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

Shades of Olive #6C7304

Tints of Olive #6C7304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 47.58%
G = 50.66%
B = 1.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#6C7304 (or 0x6C7304) is known color: Olive. HEX triplet: 6C, 73 and 04. RGB value is (108,115,4). Sum of RGB (Red+Green+Blue) = 108+115+4=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7304 is #938CFB. Grayscale: #646464. Windows color (decimal): -9669884 or 291692. OLE color: 291692.

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

Color convert

RGB 108 115 4 -
CMYK 0.06 0 0.97 0.55
HSL 63.78º 0.93% 0.23% -
HSV(B) 63.78º 0.97% 0.45% -
XYZ 12.34 15.46 2.45 -
YUV 100.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 108 115 4 0.06 0 0.97 0.55 63.78 0.93 0.23
Hex 6C 73 4 6 0 61 37 40 5D 17
Octal 154 163 4 6 0 141 67 100 135 27
Binary 1101100 1110011 100 110 0 1100001 110111 1000000 1011101 10111

Color Harmonies of #6C7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7304

Black with #6C7304

Text Example


Text Example

White with #6C7304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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