Html Css Color HEX #6A981A Olive Drab

📋 copy color: '#6A981A'

red 106 ◦ green 152 ◦ blue 26

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

Shades of Olive Drab #6A981A

Tints of Olive Drab #6A981A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 37.32%
G = 53.52%
B = 9.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#6A981A (or 0x6A981A) is known color: Olive Drab. HEX triplet: 6A, 98 and 1A. RGB value is (106,152,26). Sum of RGB (Red+Green+Blue) = 106+152+26=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #6A981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A981A is #9567E5. Grayscale: #7C7C7C. Windows color (decimal): -9791462 or 1742954. OLE color: 1742954.

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

Color convert

RGB 106 152 26 -
CMYK 0.30 0 0.83 0.40
HSL 81.9º 0.71% 0.35% -
HSV(B) 81.9º 0.83% 0.6% -
XYZ 17.36 25.6 5 -
YUV 123.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 106 152 26 0.30 0 0.83 0.40 81.9 0.71 0.35
Hex 6A 98 1A 1E 0 53 28 52 47 23
Octal 152 230 32 36 0 123 50 122 107 43
Binary 1101010 10011000 11010 11110 0 1010011 101000 1010010 1000111 100011

Color Harmonies of #6A981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A981A

Black with #6A981A

Text Example


Text Example

White with #6A981A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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