Html Css Color HEX #6A8D24 Olive Drab

📋 copy color: '#6A8D24'

red 106 ◦ green 141 ◦ blue 36

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

Shades of Olive Drab #6A8D24

Tints of Olive Drab #6A8D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 37.46%
G = 49.82%
B = 12.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#6A8D24 (or 0x6A8D24) is known color: Olive Drab. HEX triplet: 6A, 8D and 24. RGB value is (106,141,36). Sum of RGB (Red+Green+Blue) = 106+141+36=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D24 is #9572DB. Grayscale: #767676. Windows color (decimal): -9794268 or 2395498. OLE color: 2395498.

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

Color convert

RGB 106 141 36 -
CMYK 0.25 0 0.74 0.45
HSL 80º 0.59% 0.35% -
HSV(B) 80º 0.74% 0.55% -
XYZ 15.79 22.24 5.13 -
YUV 118.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 106 141 36 0.25 0 0.74 0.45 80 0.59 0.35
Hex 6A 8D 24 19 0 4A 2D 50 3B 23
Octal 152 215 44 31 0 112 55 120 73 43
Binary 1101010 10001101 100100 11001 0 1001010 101101 1010000 111011 100011

Color Harmonies of #6A8D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D24

Black with #6A8D24

Text Example


Text Example

White with #6A8D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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