Html Css Color HEX #6B9314 Olive Drab

📋 copy color: '#6B9314'

red 107 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #6B9314

Tints of Olive Drab #6B9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.65%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 39.05%
G = 53.65%
B = 7.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#6B9314 (or 0x6B9314) is known color: Olive Drab. HEX triplet: 6B, 93 and 14. RGB value is (107,147,20). Sum of RGB (Red+Green+Blue) = 107+147+20=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9314 is #946CEB. Grayscale: #797979. Windows color (decimal): -9727212 or 1348459. OLE color: 1348459.

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

Color convert

RGB 107 147 20 -
CMYK 0.27 0 0.86 0.42
HSL 78.9º 0.76% 0.33% -
HSV(B) 78.9º 0.86% 0.58% -
XYZ 16.62 24.04 4.43 -
YUV 120.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 107 147 20 0.27 0 0.86 0.42 78.9 0.76 0.33
Hex 6B 93 14 1B 0 56 2A 4F 4C 21
Octal 153 223 24 33 0 126 52 117 114 41
Binary 1101011 10010011 10100 11011 0 1010110 101010 1001111 1001100 100001

Color Harmonies of #6B9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9314

Black with #6B9314

Text Example


Text Example

White with #6B9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,147,20); }

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

background-color css

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

 a { background-color: rgb(107,147,20); }

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

border-color css

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

 span { border-color: rgb(107,147,20); }

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