Html Css Color HEX #6B940B Olive Drab

📋 copy color: '#6B940B'

red 107 ◦ green 148 ◦ blue 11

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

Shades of Olive Drab #6B940B

Tints of Olive Drab #6B940B

RGB

 RED value IS 107 (42.19% from 255) = 40.23%

 GREEN value IS 148 (58.2% from 255) = 55.64%

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

R = 40.23%
G = 55.64%
B = 4.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#6B940B (or 0x6B940B) is known color: Olive Drab. HEX triplet: 6B, 94 and 0B. RGB value is (107,148,11). Sum of RGB (Red+Green+Blue) = 107+148+11=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #6B940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B940B is #946BF4. Grayscale: #787878. Windows color (decimal): -9726965 or 758891. OLE color: 758891.

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

Color convert

RGB 107 148 11 -
CMYK 0.28 0 0.93 0.42
HSL 77.96º 0.86% 0.31% -
HSV(B) 77.96º 0.93% 0.58% -
XYZ 16.71 24.33 4.13 -
YUV 120.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 107 148 11 0.28 0 0.93 0.42 77.96 0.86 0.31
Hex 6B 94 B 1C 0 5D 2A 4E 56 1F
Octal 153 224 13 34 0 135 52 116 126 37
Binary 1101011 10010100 1011 11100 0 1011101 101010 1001110 1010110 11111

Color Harmonies of #6B940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B940B

Black with #6B940B

Text Example


Text Example

White with #6B940B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,148,11); }

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

background-color css

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

 a { background-color: rgb(107,148,11); }

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

border-color css

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

 span { border-color: rgb(107,148,11); }

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