Html Css Color HEX #6A8D1B Olive Drab

📋 copy color: '#6A8D1B'

red 106 ◦ green 141 ◦ blue 27

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

Shades of Olive Drab #6A8D1B

Tints of Olive Drab #6A8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 38.69%
G = 51.46%
B = 9.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#6A8D1B (or 0x6A8D1B) is known color: Olive Drab. HEX triplet: 6A, 8D and 1B. RGB value is (106,141,27). Sum of RGB (Red+Green+Blue) = 106+141+27=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 141 (55.47% from 255 or 51.46% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D1B is #9572E4. Grayscale: #757575. Windows color (decimal): -9794277 or 1805674. OLE color: 1805674.

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

Color convert

RGB 106 141 27 -
CMYK 0.25 0 0.81 0.45
HSL 78.42º 0.68% 0.33% -
HSV(B) 78.42º 0.81% 0.55% -
XYZ 15.67 22.19 4.49 -
YUV 117.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 106 141 27 0.25 0 0.81 0.45 78.42 0.68 0.33
Hex 6A 8D 1B 19 0 51 2D 4E 44 21
Octal 152 215 33 31 0 121 55 116 104 41
Binary 1101010 10001101 11011 11001 0 1010001 101101 1001110 1000100 100001

Color Harmonies of #6A8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D1B

Black with #6A8D1B

Text Example


Text Example

White with #6A8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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