Html Css Color HEX #6A981D Olive Drab

📋 copy color: '#6A981D'

red 106 ◦ green 152 ◦ blue 29

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

Shades of Olive Drab #6A981D

Tints of Olive Drab #6A981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 36.93%
G = 52.96%
B = 10.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#6A981D (or 0x6A981D) is known color: Olive Drab. HEX triplet: 6A, 98 and 1D. RGB value is (106,152,29). Sum of RGB (Red+Green+Blue) = 106+152+29=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #6A981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A981D is #9567E2. Grayscale: #7C7C7C. Windows color (decimal): -9791459 or 1939562. OLE color: 1939562.

HSL color Cylindrical-coordinate representation of color #6A981D: hue angle of 82.44º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A981D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 152 29 -
CMYK 0.30 0 0.81 0.40
HSL 82.44º 0.68% 0.35% -
HSV(B) 82.44º 0.81% 0.6% -
XYZ 17.39 25.61 5.19 -
YUV 124.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 106 152 29 0.30 0 0.81 0.40 82.44 0.68 0.35
Hex 6A 98 1D 1E 0 51 28 52 44 23
Octal 152 230 35 36 0 121 50 122 104 43
Binary 1101010 10011000 11101 11110 0 1010001 101000 1010010 1000100 100011

Color Harmonies of #6A981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A981D

Black with #6A981D

Text Example


Text Example

White with #6A981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,152,29); }

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

background-color css

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

 a { background-color: rgb(106,152,29); }

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

border-color css

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

 span { border-color: rgb(106,152,29); }

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