Html Css Color HEX #6B7309 Olive

📋 copy color: '#6B7309'

red 107 ◦ green 115 ◦ blue 9

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

Shades of Olive #6B7309

Tints of Olive #6B7309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 46.32%
G = 49.78%
B = 3.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#6B7309 (or 0x6B7309) is known color: Olive. HEX triplet: 6B, 73 and 09. RGB value is (107,115,9). Sum of RGB (Red+Green+Blue) = 107+115+9=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7309 is #948CF6. Grayscale: #646464. Windows color (decimal): -9735415 or 619371. OLE color: 619371.

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

Color convert

RGB 107 115 9 -
CMYK 0.07 0 0.92 0.55
HSL 64.53º 0.85% 0.24% -
HSV(B) 64.53º 0.92% 0.45% -
XYZ 12.24 15.41 2.59 -
YUV 100.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 107 115 9 0.07 0 0.92 0.55 64.53 0.85 0.24
Hex 6B 73 9 7 0 5C 37 41 55 18
Octal 153 163 11 7 0 134 67 101 125 30
Binary 1101011 1110011 1001 111 0 1011100 110111 1000001 1010101 11000

Color Harmonies of #6B7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7309

Black with #6B7309

Text Example


Text Example

White with #6B7309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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