Html Css Color HEX #6C8219 Olive Drab

📋 copy color: '#6C8219'

red 108 ◦ green 130 ◦ blue 25

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

Shades of Olive Drab #6C8219

Tints of Olive Drab #6C8219

RGB

 RED value IS 108 (42.58% from 255) = 41.06%

 GREEN value IS 130 (51.17% from 255) = 49.43%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 41.06%
G = 49.43%
B = 9.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#6C8219 (or 0x6C8219) is known color: Olive Drab. HEX triplet: 6C, 82 and 19. RGB value is (108,130,25). Sum of RGB (Red+Green+Blue) = 108+130+25=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8219 is #937DE6. Grayscale: #6F6F6F. Windows color (decimal): -9666023 or 1671788. OLE color: 1671788.

HSL color Cylindrical-coordinate representation of color #6C8219: hue angle of 72.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C8219 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 25 -
CMYK 0.17 0 0.81 0.49
HSL 72.57º 0.68% 0.3% -
HSV(B) 72.57º 0.81% 0.51% -
XYZ 14.34 19.22 3.87 -
YUV 111.45 79.21 125.54 -
System Red Green Blue C M Y K H S L
Decimal 108 130 25 0.17 0 0.81 0.49 72.57 0.68 0.3
Hex 6C 82 19 11 0 51 31 49 44 1E
Octal 154 202 31 21 0 121 61 111 104 36
Binary 1101100 10000010 11001 10001 0 1010001 110001 1001001 1000100 11110

Color Harmonies of #6C8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8219

Black with #6C8219

Text Example


Text Example

White with #6C8219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,130,25); }

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

background-color css

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

 a { background-color: rgb(108,130,25); }

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

border-color css

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

 span { border-color: rgb(108,130,25); }

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