Html Css Color HEX #6B7304 Olive

📋 copy color: '#6B7304'

red 107 ◦ green 115 ◦ blue 4

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

Shades of Olive #6B7304

Tints of Olive #6B7304

RGB

 RED value IS 107 (42.19% from 255) = 47.35%

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

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

R = 47.35%
G = 50.88%
B = 1.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#6B7304 (or 0x6B7304) is known color: Olive. HEX triplet: 6B, 73 and 04. RGB value is (107,115,4). Sum of RGB (Red+Green+Blue) = 107+115+4=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7304 is #948CFB. Grayscale: #646464. Windows color (decimal): -9735420 or 291691. OLE color: 291691.

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

Color convert

RGB 107 115 4 -
CMYK 0.07 0 0.97 0.55
HSL 64.32º 0.93% 0.23% -
HSV(B) 64.32º 0.97% 0.45% -
XYZ 12.22 15.4 2.44 -
YUV 99.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 107 115 4 0.07 0 0.97 0.55 64.32 0.93 0.23
Hex 6B 73 4 7 0 61 37 40 5D 17
Octal 153 163 4 7 0 141 67 100 135 27
Binary 1101011 1110011 100 111 0 1100001 110111 1000000 1011101 10111

Color Harmonies of #6B7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7304

Black with #6B7304

Text Example


Text Example

White with #6B7304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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