Html Css Color HEX #6A8201 Olive

📋 copy color: '#6A8201'

red 106 ◦ green 130 ◦ blue 1

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

Shades of Olive #6A8201

Tints of Olive #6A8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.85%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 44.73%
G = 54.85%
B = 0.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#6A8201 (or 0x6A8201) is known color: Olive. HEX triplet: 6A, 82 and 01. RGB value is (106,130,1). Sum of RGB (Red+Green+Blue) = 106+130+1=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8201 is #957DFE. Grayscale: #6C6C6C. Windows color (decimal): -9797119 or 98922. OLE color: 98922.

HSL color Cylindrical-coordinate representation of color #6A8201: hue angle of 71.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A8201 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 1 -
CMYK 0.18 0 0.99 0.49
HSL 71.16º 0.98% 0.26% -
HSV(B) 71.16º 0.99% 0.51% -
XYZ 13.93 19.03 2.97 -
YUV 108.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 106 130 1 0.18 0 0.99 0.49 71.16 0.98 0.26
Hex 6A 82 1 12 0 63 31 47 62 1A
Octal 152 202 1 22 0 143 61 107 142 32
Binary 1101010 10000010 1 10010 0 1100011 110001 1000111 1100010 11010

Color Harmonies of #6A8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8201

Black with #6A8201

Text Example


Text Example

White with #6A8201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,130,1); }

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

background-color css

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

 a { background-color: rgb(106,130,1); }

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

border-color css

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

 span { border-color: rgb(106,130,1); }

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