Html Css Color HEX #6A960F Olive Drab

📋 copy color: '#6A960F'

red 106 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #6A960F

Tints of Olive Drab #6A960F

RGB

 RED value IS 106 (41.8% from 255) = 39.11%

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 39.11%
G = 55.35%
B = 5.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#6A960F (or 0x6A960F) is known color: Olive Drab. HEX triplet: 6A, 96 and 0F. RGB value is (106,150,15). Sum of RGB (Red+Green+Blue) = 106+150+15=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #6A960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A960F is #9569F0. Grayscale: #797979. Windows color (decimal): -9791985 or 1021546. OLE color: 1021546.

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

Color convert

RGB 106 150 15 -
CMYK 0.29 0 0.9 0.41
HSL 79.56º 0.82% 0.32% -
HSV(B) 79.56º 0.9% 0.59% -
XYZ 16.94 24.91 4.37 -
YUV 121.45 67.92 116.98 -
System Red Green Blue C M Y K H S L
Decimal 106 150 15 0.29 0 0.9 0.41 79.56 0.82 0.32
Hex 6A 96 F 1D 0 5A 29 50 52 20
Octal 152 226 17 35 0 132 51 120 122 40
Binary 1101010 10010110 1111 11101 0 1011010 101001 1010000 1010010 100000

Color Harmonies of #6A960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A960F

Black with #6A960F

Text Example


Text Example

White with #6A960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,150,15); }

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

background-color css

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

 a { background-color: rgb(106,150,15); }

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

border-color css

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

 span { border-color: rgb(106,150,15); }

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