Html Css Color HEX #6C8F1A Olive Drab

📋 copy color: '#6C8F1A'

red 108 ◦ green 143 ◦ blue 26

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

Shades of Olive Drab #6C8F1A

Tints of Olive Drab #6C8F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.62%

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

R = 38.99%
G = 51.62%
B = 9.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#6C8F1A (or 0x6C8F1A) is known color: Olive Drab. HEX triplet: 6C, 8F and 1A. RGB value is (108,143,26). Sum of RGB (Red+Green+Blue) = 108+143+26=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8F1A is #9370E5. Grayscale: #777777. Windows color (decimal): -9662694 or 1740652. OLE color: 1740652.

HSL color Cylindrical-coordinate representation of color #6C8F1A: hue angle of 77.95º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C8F1A is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 143 26 -
CMYK 0.24 0 0.82 0.44
HSL 77.95º 0.69% 0.33% -
HSV(B) 77.95º 0.82% 0.56% -
XYZ 16.19 22.91 4.55 -
YUV 119.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 108 143 26 0.24 0 0.82 0.44 77.95 0.69 0.33
Hex 6C 8F 1A 18 0 52 2C 4E 45 21
Octal 154 217 32 30 0 122 54 116 105 41
Binary 1101100 10001111 11010 11000 0 1010010 101100 1001110 1000101 100001

Color Harmonies of #6C8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8F1A

Black with #6C8F1A

Text Example


Text Example

White with #6C8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,143,26); }

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

background-color css

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

 a { background-color: rgb(108,143,26); }

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

border-color css

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

 span { border-color: rgb(108,143,26); }

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