Html Css Color HEX #6B7103 Olive

📋 copy color: '#6B7103'

red 107 ◦ green 113 ◦ blue 3

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

Shades of Olive #6B7103

Tints of Olive #6B7103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 47.98%
G = 50.67%
B = 1.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6B7103 (or 0x6B7103) is known color: Olive. HEX triplet: 6B, 71 and 03. RGB value is (107,113,3). Sum of RGB (Red+Green+Blue) = 107+113+3=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7103 is #948EFC. Grayscale: #636363. Windows color (decimal): -9735933 or 225643. OLE color: 225643.

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

Color convert

RGB 107 113 3 -
CMYK 0.05 0 0.97 0.56
HSL 63.27º 0.95% 0.23% -
HSV(B) 63.27º 0.97% 0.44% -
XYZ 11.98 14.94 2.34 -
YUV 98.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 107 113 3 0.05 0 0.97 0.56 63.27 0.95 0.23
Hex 6B 71 3 5 0 61 38 3F 5F 17
Octal 153 161 3 5 0 141 70 77 137 27
Binary 1101011 1110001 11 101 0 1100001 111000 111111 1011111 10111

Color Harmonies of #6B7103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7103

Black with #6B7103

Text Example


Text Example

White with #6B7103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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