Html Css Color HEX #6B960F Olive Drab

📋 copy color: '#6B960F'

red 107 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #6B960F

Tints of Olive Drab #6B960F

RGB

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

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

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

R = 39.34%
G = 55.15%
B = 5.51%

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

#6B960F (or 0x6B960F) is known color: Olive Drab. HEX triplet: 6B, 96 and 0F. RGB value is (107,150,15). Sum of RGB (Red+Green+Blue) = 107+150+15=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #6B960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B960F is #9469F0. Grayscale: #7A7A7A. Windows color (decimal): -9726449 or 1021547. OLE color: 1021547.

HSL color Cylindrical-coordinate representation of color #6B960F: hue angle of 79.11º 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 #6B960F is Cyan = 0.29, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 150 15 -
CMYK 0.29 0 0.9 0.41
HSL 79.11º 0.82% 0.32% -
HSV(B) 79.11º 0.9% 0.59% -
XYZ 17.06 24.97 4.37 -
YUV 121.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 107 150 15 0.29 0 0.9 0.41 79.11 0.82 0.32
Hex 6B 96 F 1D 0 5A 29 4F 52 20
Octal 153 226 17 35 0 132 51 117 122 40
Binary 1101011 10010110 1111 11101 0 1011010 101001 1001111 1010010 100000

Color Harmonies of #6B960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B960F

Black with #6B960F

Text Example


Text Example

White with #6B960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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