Html Css Color HEX #6A7100 Olive

📋 copy color: '#6A7100'

red 106 ◦ green 113 ◦ blue 0

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

Shades of Olive #6A7100

Tints of Olive #6A7100

RGB

 RED value IS 106 (41.8% from 255) = 48.4%

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

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

R = 48.4%
G = 51.6%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6A7100 (or 0x6A7100) is known color: Olive. HEX triplet: 6A, 71 and 00. RGB value is (106,113,0). Sum of RGB (Red+Green+Blue) = 106+113+0=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7100 is #958EFF. Grayscale: #626262. Windows color (decimal): -9801472 or 29034. OLE color: 29034.

HSL color Cylindrical-coordinate representation of color #6A7100: hue angle of 63.72º 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 #6A7100 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 0 -
CMYK 0.06 0 1 0.56
HSL 63.72º 1% 0.22% -
HSV(B) 63.72º 1% 0.44% -
XYZ 11.85 14.87 2.25 -
YUV 98.03 72.68 133.69 -
System Red Green Blue C M Y K H S L
Decimal 106 113 0 0.06 0 1 0.56 63.72 1 0.22
Hex 6A 71 0 6 0 64 38 40 64 16
Octal 152 161 0 6 0 144 70 100 144 26
Binary 1101010 1110001 0 110 0 1100100 111000 1000000 1100100 10110

Color Harmonies of #6A7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7100

Black with #6A7100

Text Example


Text Example

White with #6A7100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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