Html Css Color HEX #6B9014 Olive Drab

📋 copy color: '#6B9014'

red 107 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #6B9014

Tints of Olive Drab #6B9014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 39.48%
G = 53.14%
B = 7.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#6B9014 (or 0x6B9014) is known color: Olive Drab. HEX triplet: 6B, 90 and 14. RGB value is (107,144,20). Sum of RGB (Red+Green+Blue) = 107+144+20=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9014 is #946FEB. Grayscale: #777777. Windows color (decimal): -9727980 or 1347691. OLE color: 1347691.

HSL color Cylindrical-coordinate representation of color #6B9014: hue angle of 77.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B9014 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 144 20 -
CMYK 0.26 0 0.86 0.44
HSL 77.9º 0.76% 0.32% -
HSV(B) 77.9º 0.86% 0.56% -
XYZ 16.16 23.12 4.27 -
YUV 118.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 107 144 20 0.26 0 0.86 0.44 77.9 0.76 0.32
Hex 6B 90 14 1A 0 56 2C 4E 4C 20
Octal 153 220 24 32 0 126 54 116 114 40
Binary 1101011 10010000 10100 11010 0 1010110 101100 1001110 1001100 100000

Color Harmonies of #6B9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9014

Black with #6B9014

Text Example


Text Example

White with #6B9014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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