Html Css Color HEX #6A8D04 Olive Drab

📋 copy color: '#6A8D04'

red 106 ◦ green 141 ◦ blue 4

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

Shades of Olive Drab #6A8D04

Tints of Olive Drab #6A8D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.18%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 42.23%
G = 56.18%
B = 1.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#6A8D04 (or 0x6A8D04) is known color: Olive Drab. HEX triplet: 6A, 8D and 04. RGB value is (106,141,4). Sum of RGB (Red+Green+Blue) = 106+141+4=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8D04 is #9572FB. Grayscale: #737373. Windows color (decimal): -9794300 or 298346. OLE color: 298346.

HSL color Cylindrical-coordinate representation of color #6A8D04: hue angle of 75.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A8D04 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 141 4 -
CMYK 0.25 0 0.97 0.45
HSL 75.33º 0.94% 0.28% -
HSV(B) 75.33º 0.97% 0.55% -
XYZ 15.49 22.12 3.57 -
YUV 114.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 106 141 4 0.25 0 0.97 0.45 75.33 0.94 0.28
Hex 6A 8D 4 19 0 61 2D 4B 5E 1C
Octal 152 215 4 31 0 141 55 113 136 34
Binary 1101010 10001101 100 11001 0 1100001 101101 1001011 1011110 11100

Color Harmonies of #6A8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D04

Black with #6A8D04

Text Example


Text Example

White with #6A8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,141,4); }

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

background-color css

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

 a { background-color: rgb(106,141,4); }

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

border-color css

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

 span { border-color: rgb(106,141,4); }

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