Html Css Color HEX #6C8D28 Olive Drab

📋 copy color: '#6C8D28'

red 108 ◦ green 141 ◦ blue 40

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

Shades of Olive Drab #6C8D28

Tints of Olive Drab #6C8D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 37.37%
G = 48.79%
B = 13.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#6C8D28 (or 0x6C8D28) is known color: Olive Drab. HEX triplet: 6C, 8D and 28. RGB value is (108,141,40). Sum of RGB (Red+Green+Blue) = 108+141+40=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8D28 is #9372D7. Grayscale: #777777. Windows color (decimal): -9663192 or 2657644. OLE color: 2657644.

HSL color Cylindrical-coordinate representation of color #6C8D28: hue angle of 79.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C8D28 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 141 40 -
CMYK 0.23 0 0.72 0.45
HSL 79.6º 0.56% 0.35% -
HSV(B) 79.6º 0.72% 0.55% -
XYZ 16.09 22.39 5.48 -
YUV 119.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 108 141 40 0.23 0 0.72 0.45 79.6 0.56 0.35
Hex 6C 8D 28 17 0 48 2D 50 38 23
Octal 154 215 50 27 0 110 55 120 70 43
Binary 1101100 10001101 101000 10111 0 1001000 101101 1010000 111000 100011

Color Harmonies of #6C8D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8D28

Black with #6C8D28

Text Example


Text Example

White with #6C8D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,141,40); }

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

background-color css

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

 a { background-color: rgb(108,141,40); }

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

border-color css

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

 span { border-color: rgb(108,141,40); }

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