Html Css Color HEX #6A8D34 Olive Drab

📋 copy color: '#6A8D34'

red 106 ◦ green 141 ◦ blue 52

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

Shades of Olive Drab #6A8D34

Tints of Olive Drab #6A8D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 35.45%
G = 47.16%
B = 17.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#6A8D34 (or 0x6A8D34) is known color: Olive Drab. HEX triplet: 6A, 8D and 34. RGB value is (106,141,52). Sum of RGB (Red+Green+Blue) = 106+141+52=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D34 is #9572CB. Grayscale: #787878. Windows color (decimal): -9794252 or 3444074. OLE color: 3444074.

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

Color convert

RGB 106 141 52 -
CMYK 0.25 0 0.63 0.45
HSL 83.6º 0.46% 0.38% -
HSV(B) 83.6º 0.63% 0.55% -
XYZ 16.09 22.36 6.72 -
YUV 120.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 106 141 52 0.25 0 0.63 0.45 83.6 0.46 0.38
Hex 6A 8D 34 19 0 3F 2D 54 2E 26
Octal 152 215 64 31 0 77 55 124 56 46
Binary 1101010 10001101 110100 11001 0 111111 101101 1010100 101110 100110

Color Harmonies of #6A8D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D34

Black with #6A8D34

Text Example


Text Example

White with #6A8D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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