Html Css Color HEX #6A8601 Olive

📋 copy color: '#6A8601'

red 106 ◦ green 134 ◦ blue 1

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

Shades of Olive #6A8601

Tints of Olive #6A8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.6%

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

R = 43.98%
G = 55.6%
B = 0.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#6A8601 (or 0x6A8601) is known color: Olive. HEX triplet: 6A, 86 and 01. RGB value is (106,134,1). Sum of RGB (Red+Green+Blue) = 106+134+1=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8601 is #9579FE. Grayscale: #6E6E6E. Windows color (decimal): -9796095 or 99946. OLE color: 99946.

HSL color Cylindrical-coordinate representation of color #6A8601: hue angle of 72.63º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A8601 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 1 -
CMYK 0.21 0 0.99 0.47
HSL 72.63º 0.99% 0.26% -
HSV(B) 72.63º 0.99% 0.53% -
XYZ 14.47 20.12 3.15 -
YUV 110.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 106 134 1 0.21 0 0.99 0.47 72.63 0.99 0.26
Hex 6A 86 1 15 0 63 2F 49 63 1A
Octal 152 206 1 25 0 143 57 111 143 32
Binary 1101010 10000110 1 10101 0 1100011 101111 1001001 1100011 11010

Color Harmonies of #6A8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8601

Black with #6A8601

Text Example


Text Example

White with #6A8601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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