Html Css Color HEX #6C971B Olive Drab

📋 copy color: '#6C971B'

red 108 ◦ green 151 ◦ blue 27

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

Shades of Olive Drab #6C971B

Tints of Olive Drab #6C971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 37.76%
G = 52.8%
B = 9.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#6C971B (or 0x6C971B) is known color: Olive Drab. HEX triplet: 6C, 97 and 1B. RGB value is (108,151,27). Sum of RGB (Red+Green+Blue) = 108+151+27=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #6C971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C971B is #9368E4. Grayscale: #7C7C7C. Windows color (decimal): -9660645 or 1808236. OLE color: 1808236.

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

Color convert

RGB 108 151 27 -
CMYK 0.28 0 0.82 0.41
HSL 80.81º 0.7% 0.35% -
HSV(B) 80.81º 0.82% 0.59% -
XYZ 17.45 25.4 5.02 -
YUV 124.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 108 151 27 0.28 0 0.82 0.41 80.81 0.7 0.35
Hex 6C 97 1B 1C 0 52 29 51 46 23
Octal 154 227 33 34 0 122 51 121 106 43
Binary 1101100 10010111 11011 11100 0 1010010 101001 1010001 1000110 100011

Color Harmonies of #6C971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C971B

Black with #6C971B

Text Example


Text Example

White with #6C971B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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