Html Css Color HEX #6B7100 Olive

📋 copy color: '#6B7100'

red 107 ◦ green 113 ◦ blue 0

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

Shades of Olive #6B7100

Tints of Olive #6B7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

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

R = 48.64%
G = 51.36%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6B7100 (or 0x6B7100) is known color: Olive. HEX triplet: 6B, 71 and 00. RGB value is (107,113,0). Sum of RGB (Red+Green+Blue) = 107+113+0=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7100 is #948EFF. Grayscale: #626262. Windows color (decimal): -9735936 or 29035. OLE color: 29035.

HSL color Cylindrical-coordinate representation of color #6B7100: hue angle of 63.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B7100 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 0 -
CMYK 0.05 0 1 0.56
HSL 63.19º 1% 0.22% -
HSV(B) 63.19º 1% 0.44% -
XYZ 11.97 14.94 2.25 -
YUV 98.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 107 113 0 0.05 0 1 0.56 63.19 1 0.22
Hex 6B 71 0 5 0 64 38 3F 64 16
Octal 153 161 0 5 0 144 70 77 144 26
Binary 1101011 1110001 0 101 0 1100100 111000 111111 1100100 10110

Color Harmonies of #6B7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7100

Black with #6B7100

Text Example


Text Example

White with #6B7100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,0); }

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

background-color css

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

 a { background-color: rgb(107,113,0); }

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

border-color css

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

 span { border-color: rgb(107,113,0); }

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