Html Css Color HEX #6C970B Olive Drab

📋 copy color: '#6C970B'

red 108 ◦ green 151 ◦ blue 11

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

Shades of Olive Drab #6C970B

Tints of Olive Drab #6C970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 40%
G = 55.93%
B = 4.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6C970B (or 0x6C970B) is known color: Olive Drab. HEX triplet: 6C, 97 and 0B. RGB value is (108,151,11). Sum of RGB (Red+Green+Blue) = 108+151+11=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #6C970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C970B is #9368F4. Grayscale: #7A7A7A. Windows color (decimal): -9660661 or 759660. OLE color: 759660.

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

Color convert

RGB 108 151 11 -
CMYK 0.28 0 0.93 0.41
HSL 78.43º 0.86% 0.32% -
HSV(B) 78.43º 0.93% 0.59% -
XYZ 17.31 25.35 4.3 -
YUV 122.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 108 151 11 0.28 0 0.93 0.41 78.43 0.86 0.32
Hex 6C 97 B 1C 0 5D 29 4E 56 20
Octal 154 227 13 34 0 135 51 116 126 40
Binary 1101100 10010111 1011 11100 0 1011101 101001 1001110 1010110 100000

Color Harmonies of #6C970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C970B

Black with #6C970B

Text Example


Text Example

White with #6C970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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