Html Css Color HEX #6A8D2F Olive Drab

📋 copy color: '#6A8D2F'

red 106 ◦ green 141 ◦ blue 47

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

Shades of Olive Drab #6A8D2F

Tints of Olive Drab #6A8D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 36.05%
G = 47.96%
B = 15.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#6A8D2F (or 0x6A8D2F) is known color: Olive Drab. HEX triplet: 6A, 8D and 2F. RGB value is (106,141,47). Sum of RGB (Red+Green+Blue) = 106+141+47=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D2F is #9572D0. Grayscale: #787878. Windows color (decimal): -9794257 or 3116394. OLE color: 3116394.

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

Color convert

RGB 106 141 47 -
CMYK 0.25 0 0.67 0.45
HSL 82.34º 0.5% 0.37% -
HSV(B) 82.34º 0.67% 0.55% -
XYZ 15.98 22.32 6.16 -
YUV 119.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 106 141 47 0.25 0 0.67 0.45 82.34 0.5 0.37
Hex 6A 8D 2F 19 0 43 2D 52 32 25
Octal 152 215 57 31 0 103 55 122 62 45
Binary 1101010 10001101 101111 11001 0 1000011 101101 1010010 110010 100101

Color Harmonies of #6A8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D2F

Black with #6A8D2F

Text Example


Text Example

White with #6A8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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