Html Css Color HEX #6C971A Olive Drab

📋 copy color: '#6C971A'

red 108 ◦ green 151 ◦ blue 26

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

Shades of Olive Drab #6C971A

Tints of Olive Drab #6C971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.98%

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

R = 37.89%
G = 52.98%
B = 9.12%

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

#6C971A (or 0x6C971A) is known color: Olive Drab. HEX triplet: 6C, 97 and 1A. RGB value is (108,151,26). Sum of RGB (Red+Green+Blue) = 108+151+26=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #6C971A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C971A is #9368E5. Grayscale: #7C7C7C. Windows color (decimal): -9660646 or 1742700. OLE color: 1742700.

HSL color Cylindrical-coordinate representation of color #6C971A: hue angle of 80.64º degrees, saturation: 0.71, 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 #6C971A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 151 26 -
CMYK 0.28 0 0.83 0.41
HSL 80.64º 0.71% 0.35% -
HSV(B) 80.64º 0.83% 0.59% -
XYZ 17.44 25.4 4.96 -
YUV 123.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 108 151 26 0.28 0 0.83 0.41 80.64 0.71 0.35
Hex 6C 97 1A 1C 0 53 29 51 47 23
Octal 154 227 32 34 0 123 51 121 107 43
Binary 1101100 10010111 11010 11100 0 1010011 101001 1010001 1000111 100011

Color Harmonies of #6C971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C971A

Black with #6C971A

Text Example


Text Example

White with #6C971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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