Html Css Color HEX #6C961A Olive Drab

📋 copy color: '#6C961A'

red 108 ◦ green 150 ◦ blue 26

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

Shades of Olive Drab #6C961A

Tints of Olive Drab #6C961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.82%

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

R = 38.03%
G = 52.82%
B = 9.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#6C961A (or 0x6C961A) is known color: Olive Drab. HEX triplet: 6C, 96 and 1A. RGB value is (108,150,26). Sum of RGB (Red+Green+Blue) = 108+150+26=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #6C961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C961A is #9369E5. Grayscale: #7B7B7B. Windows color (decimal): -9660902 or 1742444. OLE color: 1742444.

HSL color Cylindrical-coordinate representation of color #6C961A: hue angle of 80.32º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C961A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 150 26 -
CMYK 0.28 0 0.83 0.41
HSL 80.32º 0.7% 0.35% -
HSV(B) 80.32º 0.83% 0.59% -
XYZ 17.28 25.08 4.91 -
YUV 123.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 108 150 26 0.28 0 0.83 0.41 80.32 0.7 0.35
Hex 6C 96 1A 1C 0 53 29 50 46 23
Octal 154 226 32 34 0 123 51 120 106 43
Binary 1101100 10010110 11010 11100 0 1010011 101001 1010000 1000110 100011

Color Harmonies of #6C961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C961A

Black with #6C961A

Text Example


Text Example

White with #6C961A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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